#5CBF76

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

Shades of Emerald #5CBF76

Tints of Emerald #5CBF76

Color information

#5CBF76 (or 0x5CBF76) is unknown color: approx Emerald. HEX triplet: 5C, BF and 76. RGB value is (92,191,118). Sum of RGB (Red+Green+Blue) = 92+191+118=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBF76 is #A34089. Grayscale: #999999. Windows color (decimal): -10698890 or 7782236. OLE color: 7782236.

HSL color Cylindrical-coordinate representation of color #5CBF76: hue angle of 135.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBF76 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB92191118-
CMYK0.5200.380.25
HSL135.76º43.61%55.49%-
HSV(B)135.76º51.83%74.9%-
XYZ26.3140.8423.64-
YUV153.08108.284.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.94%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=22.94%
G=47.63%
B=29.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921911180.5200.380.25135.7643.6155.49
Hex5CBF763402619882c37
Octal13427716664046312105467
Binary101110010111111111011011010001001101100110001000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,191,118); }

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

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

 a { background-color: rgb(92,191,118); }

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

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

 span { border-color: rgb(92,191,118); }

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