#5BF088

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

Shades of Emerald #5BF088

Tints of Emerald #5BF088

Color information

#5BF088 (or 0x5BF088) is unknown color: approx Emerald. HEX triplet: 5B, F0 and 88. RGB value is (91,240,136). Sum of RGB (Red+Green+Blue) = 91+240+136=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #5BF088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF088 is #A40F77. Grayscale: #B7B7B7. Windows color (decimal): -10751864 or 8974427. OLE color: 8974427.

HSL color Cylindrical-coordinate representation of color #5BF088: hue angle of 138.12º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF088 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB91240136-
CMYK0.6200.430.06
HSL138.12º83.24%64.9%-
HSV(B)138.12º62.08%94.12%-
XYZ39.9266.3233.99-
YUV183.59101.1461.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.49%
GREEN value IS 240 (94.14% from 255) = 51.39%
BLUE value IS 136 (53.52% from 255) = 29.12%
R=19.49%
G=51.39%
B=29.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912401360.6200.430.06138.1283.2464.9
Hex5BF0883E02B68a5341
Octal133360210760536212123101
Binary1011011111100001000100011111001010111101000101010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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