#5CC785

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

Shades of Emerald #5CC785

Tints of Emerald #5CC785

Color information

#5CC785 (or 0x5CC785) is unknown color: approx Emerald. HEX triplet: 5C, C7 and 85. RGB value is (92,199,133). Sum of RGB (Red+Green+Blue) = 92+199+133=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #5CC785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC785 is #A3387A. Grayscale: #9F9F9F. Windows color (decimal): -10696827 or 8767324. OLE color: 8767324.

HSL color Cylindrical-coordinate representation of color #5CC785: hue angle of 142.99º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC785 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB92199133-
CMYK0.5400.330.22
HSL142.99º48.86%57.06%-
HSV(B)142.99º53.77%78.04%-
XYZ29.0744.8229.31-
YUV159.48113.0579.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.70%
GREEN value IS 199 (78.12% from 255) = 46.93%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=21.70%
G=46.93%
B=31.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal921991330.5400.330.22142.9948.8657.06
Hex5CC78536021168f3139
Octal13430720566041262176171
Binary1011100110001111000010111011001000011011010001111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,199,133); }

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

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

 a { background-color: rgb(92,199,133); }

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

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

 span { border-color: rgb(92,199,133); }

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