COLOR #51D297

HEX: #51D297
RGB: (81,210,151)

Renk bilgisi

#51D297 contains mainly green and blue colors. #51D297 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#51D297 color RGB value is (81,210,151).

  • kırmız ton 81;
  • yeşil ton 210;
  • mavi ton 151.
RGB:
(81,210,151)
(32%,82%,59%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 210 of 255 = 82%
B 151 of 255 = 59%

81
210
151

R + G + B ~ 58%. #51D297 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 210 + 151 = 442 (100%)
R 81 of 442 ~ 18.33%
G 210 of 442 ~ 47.51%
B 151 of 442 ~ 34.16%

%18.33
%47.51
%34.16

CMYK RENK MODELİ

#51D297 rengi CMYK tonu (61,0,28,18).

  • camgöbeği tonu 61.43%
  • eflatun tonu 0.00%
  • sarı tonu 28.10%
  • ana renk tonu 17.65%
CMYK:
(61,0,28,18)
C61M0Y28K18 
(61%,0%,28%,18%)
(0.61/0.00/0.28/0.18)	

CMYK yüzdeleri

%61.43
%0
%28.1
%17.65

Codes

Color #51D297 in popluar color models

51D297
RGB81210151
HSL153°58.90%57.06%
HSB/HSV153°61.43%82.35%
CMYK61.43%0.00%28.10%
17.65%

Color #51D297 in popluar number systems.

HEX51D297
Decimal81210151
Binary10100011101001010010111
Octal121322227

Shades and tints

Shades of #51D297

#51D297
(81,210,151)
#4ABF8A
(74,191,138)
#43AC7D
(67,172,125)
#3C9970
(60,153,112)
#358663
(53,134,99)
#2E7356
(46,115,86)
#276049
(39,96,73)
#204D3C
(32,77,60)
#193A2F
(25,58,47)
#122722
(18,39,34)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #51D297

#51D297
(81,210,151)
#60D6A0
(96,214,160)
#6FDAA9
(111,218,169)
#7EDEB2
(126,222,178)
#8DE2BB
(141,226,187)
#9CE6C4
(156,230,196)
#ABEACD
(171,234,205)
#BAEED6
(186,238,214)
#C9F2DF
(201,242,223)
#D8F6E8
(216,246,232)
#E7FAF1
(231,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51D297 color. Also use rgb(81,210,151) instead hex code.

Text Font Color

.myTextColor { color: #51D297; }

<p style="color:#51D297">This sample text font color is #51D297.</p>

This text font color is #51D297.


Background Color

.myBgColor { background-color: #51D297; }

<div style="background-color:#51D297">Inner text</div>

This div background color is #51D297.


Border color

.myBorderColor { border: 1px solid #51D297; }

<div style="border:3px solid #51D297">Div</div>

This div border color is #51D297.


Opacity

.myOpacity80 { color: #51D297; opacity: 0.8; }

<p style="color:#51D297;opacity:0.8;">80%</p>

Text with #51D297 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #51D297;}

<p style="text-shadow: 3px 3px 1px #51D297">Text here.</p>

This text has shadow with #51D297 color.

.textShadow {text-shadow: 3px 3px 1px #51D297, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #51D297, 5px 5px 20px red">Text here.</p>

This text has shadow with #51D297 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51D297, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#51D297, Direction=45, Strength=4)">Text</p>

This text has shadow with #51D297 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #51D297;
  -webkit-box-shadow:	1px 1px 3px 2px #51D297;
  box-shadow:		1px 1px 3px 2px #51D297;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51D297;
-webkit-box-shadow: 1px 1px 3px 2px #51D297;
box-shadow:1px 1px 3px 2px #51D297;">
Div content here</div>
This div box has shadow with color #51D297.

Preview

Color preview on black background

This text has color #51D297 on black background.


Color preview on white background

This text has color #51D297 on white background.



Black color preview on #51D297 background

This text has black color on #51D297 background.


White color preview on #51D297 background

This text has white color on #51D297 background.