#5FD872

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

Shades of Emerald #5FD872

Tints of Emerald #5FD872

Color information

#5FD872 (or 0x5FD872) is unknown color: approx Emerald. HEX triplet: 5F, D8 and 72. RGB value is (95,216,114). Sum of RGB (Red+Green+Blue) = 95+216+114=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD872 is #A0278D. Grayscale: #A8A8A8. Windows color (decimal): -10495886 or 7526495. OLE color: 7526495.

HSL color Cylindrical-coordinate representation of color #5FD872: hue angle of 129.42º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD872 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB95216114-
CMYK0.5600.470.15
HSL129.42º60.8%60.98%-
HSV(B)129.42º56.02%84.71%-
XYZ32.3152.7624.4-
YUV168.1997.4175.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.35%
GREEN value IS 216 (84.77% from 255) = 50.82%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=22.35%
G=50.82%
B=26.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal952161140.5600.470.15129.4260.860.98
Hex5FD8723802FF813d3d
Octal13733016270057172017575
Binary10111111101100011100101110000101111111110000001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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