Shades of Kelly Green #5FD12A
Tints of Kelly Green #5FD12A
RGB
CMYK
RGB Variations
Color information
#5FD12A (or 0x5FD12A) is known color: Kelly Green. HEX triplet: 5F, D1 and 2A. RGB value is (95,209,42). Sum of RGB (Red+Green+Blue) = 95+209+42=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD12A is #A02ED5. Grayscale: #9C9C9C. Windows color (decimal): -10497750 or 2806111. OLE color: 2806111.
HSL color Cylindrical-coordinate representation of color #5FD12A: hue angle of 100.96º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FD12A is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 42 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.18 |
| HSL | 100.96º | 0.67% | 0.49% | - |
| HSV(B) | 100.96º | 0.8% | 0.82% | - |
| XYZ | 27.94 | 48.2 | 10.02 | - |
| YUV | 155.88 | 63.73 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 42 | 0.55 | 0 | 0.80 | 0.18 | 100.96 | 0.67 | 0.49 |
| Hex | 5F | D1 | 2A | 37 | 0 | 50 | 12 | 65 | 43 | 31 |
| Octal | 137 | 321 | 52 | 67 | 0 | 120 | 22 | 145 | 103 | 61 |
| Binary | 1011111 | 11010001 | 101010 | 110111 | 0 | 1010000 | 10010 | 1100101 | 1000011 | 110001 |
Color Harmonies of #5FD12A
Complementary color
Monochromatic Colors of #5FD12A
Black with #5FD12A
Text Example
Text Example
White with #5FD12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD12A; }
p { color: rgb(95,209,42); }
H1.HeaderClassName
{
color: #5FD12A;
}
.AnyTagClassName
{
color: #5FD12A;
}
</style>
background-color css
<style>
a { background-color: #5FD12A; }
a { background-color: rgb(95,209,42); }
div.DivClassName
{
background-color: #5FD12A;
}
.BgClassName
{
background-color: #5FD12A;
}
</style>
border-color css
<style>
span { border-color: #5FD12A; }
span { border-color: rgb(95,209,42); }
td.TdClassName
{
border-color: #5FD12A;
}
.TagClassName
{
border-color: #5FD12A;
}
</style>