#51CC68

Color #51CC68 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #51CC68

Tints of Emerald #51CC68

Color information

#51CC68 (or 0x51CC68) is unknown color: approx Emerald. HEX triplet: 51, CC and 68. RGB value is (81,204,104). Sum of RGB (Red+Green+Blue) = 81+204+104=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #51CC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CC68 is #AE3397. Grayscale: #9C9C9C. Windows color (decimal): -11416472 or 6868049. OLE color: 6868049.

HSL color Cylindrical-coordinate representation of color #51CC68: hue angle of 131.22º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CC68 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB81204104-
CMYK0.6000.490.2
HSL131.22º54.67%55.88%-
HSV(B)131.22º60.29%80%-
XYZ27.4845.9320.51-
YUV155.8298.7574.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 204 (80.08% from 255) = 52.44%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=20.82%
G=52.44%
B=26.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal812041040.6000.490.2131.2254.6755.88
Hex51CC683C03114833738
Octal12131415074061242036770
Binary101000111001100110100011110001100011010010000011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51CC68; }

 p { color: rgb(81,204,104); }

 H1.HeaderClassName
 {
   color: #51CC68;
 }
 .AnyTagClassName
 {
   color: #51CC68;
 }
</style>
background-color css

<style>
 a { background-color: #51CC68; }

 a { background-color: rgb(81,204,104); }

 div.DivClassName
 {
   background-color: #51CC68;
 }
 .BgClassName
 {
   background-color: #51CC68;
 }
</style>
border-color css

<style>
 span { border-color: #51CC68; }

 span { border-color: rgb(81,204,104); }

 td.TdClassName
 {
   border-color: #51CC68;
 }
 .TagClassName
 {
   border-color: #51CC68;
 }
</style>