#5CBD78

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

Shades of Emerald #5CBD78

Tints of Emerald #5CBD78

Color information

#5CBD78 (or 0x5CBD78) is unknown color: approx Emerald. HEX triplet: 5C, BD and 78. RGB value is (92,189,120). Sum of RGB (Red+Green+Blue) = 92+189+120=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBD78 is #A34287. Grayscale: #989898. Windows color (decimal): -10699400 or 7912796. OLE color: 7912796.

HSL color Cylindrical-coordinate representation of color #5CBD78: hue angle of 137.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBD78 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB92189120-
CMYK0.5100.370.26
HSL137.32º42.36%55.1%-
HSV(B)137.32º51.32%74.12%-
XYZ2640.0324.12-
YUV152.13109.8685.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.94%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=22.94%
G=47.13%
B=29.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921891200.5100.370.26137.3242.3655.1
Hex5CBD78330251A892a37
Octal13427517063045322115267
Binary101110010111101111100011001101001011101010001001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,189,120); }

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

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

 a { background-color: rgb(92,189,120); }

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

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

 span { border-color: rgb(92,189,120); }

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