#5BD088

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

Shades of Emerald #5BD088

Tints of Emerald #5BD088

Color information

#5BD088 (or 0x5BD088) is unknown color: approx Emerald. HEX triplet: 5B, D0 and 88. RGB value is (91,208,136). Sum of RGB (Red+Green+Blue) = 91+208+136=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD088 is #A42F77. Grayscale: #A4A4A4. Windows color (decimal): -10760056 or 8966235. OLE color: 8966235.

HSL color Cylindrical-coordinate representation of color #5BD088: hue angle of 143.08º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BD088 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB91208136-
CMYK0.5600.350.18
HSL143.08º55.45%58.63%-
HSV(B)143.08º56.25%81.57%-
XYZ31.3149.1131.12-
YUV164.81111.7475.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.92%
GREEN value IS 208 (81.64% from 255) = 47.82%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=20.92%
G=47.82%
B=31.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal912081360.5600.350.18143.0855.4558.63
Hex5BD08838023128f373b
Octal13332021070043222176773
Binary1011011110100001000100011100001000111001010001111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,208,136); }

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

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

 a { background-color: rgb(91,208,136); }

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

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

 span { border-color: rgb(91,208,136); }

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