#5DF291

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

Shades of Emerald #5DF291

Tints of Emerald #5DF291

Color information

#5DF291 (or 0x5DF291) is unknown color: approx Emerald. HEX triplet: 5D, F2 and 91. RGB value is (93,242,145). Sum of RGB (Red+Green+Blue) = 93+242+145=480 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.38% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF291 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF291 is #A20D6E. Grayscale: #BABABA. Windows color (decimal): -10620271 or 9564765. OLE color: 9564765.

HSL color Cylindrical-coordinate representation of color #5DF291: hue angle of 140.94º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF291 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB93242145-
CMYK0.6200.400.05
HSL140.94º85.14%65.69%-
HSV(B)140.94º61.57%94.9%-
XYZ41.3867.8837.71-
YUV186.39104.6461.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.38%
GREEN value IS 242 (94.92% from 255) = 50.42%
BLUE value IS 145 (57.03% from 255) = 30.21%
R=19.38%
G=50.42%
B=30.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal932421450.6200.400.05140.9485.1465.69
Hex5DF2913E02858d5542
Octal135362221760505215125102
Binary1011101111100101001000111111001010001011000110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,242,145); }

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

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

 a { background-color: rgb(93,242,145); }

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

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

 span { border-color: rgb(93,242,145); }

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