Shades of Emerald #5FD68A
Tints of Emerald #5FD68A
RGB
CMYK
RGB Variations
Color information
#5FD68A (or 0x5FD68A) is known color: Emerald. HEX triplet: 5F, D6 and 8A. RGB value is (95,214,138). Sum of RGB (Red+Green+Blue) = 95+214+138=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD68A is #A02975. Grayscale: #A9A9A9. Windows color (decimal): -10496374 or 9098847. OLE color: 9098847.
HSL color Cylindrical-coordinate representation of color #5FD68A: hue angle of 141.68º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD68A is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 138 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.16 |
| HSL | 141.68º | 0.59% | 0.61% | - |
| HSV(B) | 141.68º | 0.56% | 0.84% | - |
| XYZ | 33.35 | 52.36 | 32.39 | - |
| YUV | 169.76 | 110.08 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 138 | 0.56 | 0 | 0.36 | 0.16 | 141.68 | 0.59 | 0.61 |
| Hex | 5F | D6 | 8A | 38 | 0 | 24 | 10 | 8E | 3B | 3D |
| Octal | 137 | 326 | 212 | 70 | 0 | 44 | 20 | 216 | 73 | 75 |
| Binary | 1011111 | 11010110 | 10001010 | 111000 | 0 | 100100 | 10000 | 10001110 | 111011 | 111101 |
Color Harmonies of #5FD68A
Complementary color
Monochromatic Colors of #5FD68A
Black with #5FD68A
Text Example
Text Example
White with #5FD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD68A; }
p { color: rgb(95,214,138); }
H1.HeaderClassName
{
color: #5FD68A;
}
.AnyTagClassName
{
color: #5FD68A;
}
</style>
background-color css
<style>
a { background-color: #5FD68A; }
a { background-color: rgb(95,214,138); }
div.DivClassName
{
background-color: #5FD68A;
}
.BgClassName
{
background-color: #5FD68A;
}
</style>
border-color css
<style>
span { border-color: #5FD68A; }
span { border-color: rgb(95,214,138); }
td.TdClassName
{
border-color: #5FD68A;
}
.TagClassName
{
border-color: #5FD68A;
}
</style>