#5fd272

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

Shades of Emerald #5FD272

Tints of Emerald #5FD272

Color information

#5FD272 (or 0x5FD272) is unknown color: approx Emerald. HEX triplet: 5F, D2 and 72. RGB value is (95,210,114). Sum of RGB (Red+Green+Blue) = 95+210+114=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD272 is #A02D8D. Grayscale: #A4A4A4. Windows color (decimal): -10497422 or 7524959. OLE color: 7524959.

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

Color convert

RGB95210114-
CMYK0.5500.460.18
HSL129.91º56.1%59.8%-
HSV(B)129.91º54.76%82.35%-
XYZ30.849.7423.9-
YUV164.6799.478.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.67%
GREEN value IS 210 (82.42% from 255) = 50.12%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=22.67%
G=50.12%
B=27.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal952101140.5500.460.18129.9156.159.8
Hex5FD2723702E1282383c
Octal13732216267056222027074
Binary101111111010010111001011011101011101001010000010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fd272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,210,114); }

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

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

 a { background-color: rgb(95,210,114); }

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

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

 span { border-color: rgb(95,210,114); }

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