#5CCB86

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

Shades of Emerald #5CCB86

Tints of Emerald #5CCB86

Color information

#5CCB86 (or 0x5CCB86) is unknown color: approx Emerald. HEX triplet: 5C, CB and 86. RGB value is (92,203,134). Sum of RGB (Red+Green+Blue) = 92+203+134=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCB86 is #A33479. Grayscale: #A2A2A2. Windows color (decimal): -10695802 or 8833884. OLE color: 8833884.

HSL color Cylindrical-coordinate representation of color #5CCB86: hue angle of 142.7º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCB86 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB92203134-
CMYK0.5500.340.20
HSL142.7º51.63%57.84%-
HSV(B)142.7º54.68%79.61%-
XYZ30.0746.7129.98-
YUV161.94112.2378.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.45%
GREEN value IS 203 (79.69% from 255) = 47.32%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=21.45%
G=47.32%
B=31.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922031340.5500.340.20142.751.6357.84
Hex5CCB8637022148f343a
Octal13431320667042242176472
Binary1011100110010111000011011011101000101010010001111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CCB86; }

 p { color: rgb(92,203,134); }

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

<style>
 a { background-color: #5CCB86; }

 a { background-color: rgb(92,203,134); }

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

<style>
 span { border-color: #5CCB86; }

 span { border-color: rgb(92,203,134); }

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