#5bd185

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

Shades of Emerald #5BD185

Tints of Emerald #5BD185

Color information

#5BD185 (or 0x5BD185) is unknown color: approx Emerald. HEX triplet: 5B, D1 and 85. RGB value is (91,209,133). Sum of RGB (Red+Green+Blue) = 91+209+133=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #5BD185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD185 is #A42E7A. Grayscale: #A5A5A5. Windows color (decimal): -10759803 or 8769883. OLE color: 8769883.

HSL color Cylindrical-coordinate representation of color #5BD185: hue angle of 141.36º degrees, saturation: 0.56, 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 #5BD185 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB91209133-
CMYK0.5600.360.18
HSL141.36º56.19%58.82%-
HSV(B)141.36º56.46%81.96%-
XYZ31.3549.5230.1-
YUV165.05109.9175.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.02%
GREEN value IS 209 (82.03% from 255) = 48.27%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=21.02%
G=48.27%
B=30.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal912091330.5600.360.18141.3656.1958.82
Hex5BD18538024128d383b
Octal13332120570044222157073
Binary1011011110100011000010111100001001001001010001101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bd185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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