#5BCF85

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

Shades of Emerald #5BCF85

Tints of Emerald #5BCF85

Color information

#5BCF85 (or 0x5BCF85) is unknown color: approx Emerald. HEX triplet: 5B, CF and 85. RGB value is (91,207,133). Sum of RGB (Red+Green+Blue) = 91+207+133=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCF85 is #A4307A. Grayscale: #A4A4A4. Windows color (decimal): -10760315 or 8769371. OLE color: 8769371.

HSL color Cylindrical-coordinate representation of color #5BCF85: hue angle of 141.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCF85 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB91207133-
CMYK0.5600.360.19
HSL141.72º54.72%58.43%-
HSV(B)141.72º56.04%81.18%-
XYZ30.8648.5429.93-
YUV163.88110.5776.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.11%
GREEN value IS 207 (81.25% from 255) = 48.03%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=21.11%
G=48.03%
B=30.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal912071330.5600.360.19141.7254.7258.43
Hex5BCF8538024138e373a
Octal13331720570044232166772
Binary1011011110011111000010111100001001001001110001110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,207,133); }

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

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

 a { background-color: rgb(91,207,133); }

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

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

 span { border-color: rgb(91,207,133); }

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