Shades of Kelly Green #5FDA1B
Tints of Kelly Green #5FDA1B
RGB
CMYK
RGB Variations
Color information
#5FDA1B (or 0x5FDA1B) is known color: Kelly Green. HEX triplet: 5F, DA and 1B. RGB value is (95,218,27). Sum of RGB (Red+Green+Blue) = 95+218+27=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 218 (85.55% from 255 or 64.12% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDA1B is #A025E4. Grayscale: #A0A0A0. Windows color (decimal): -10495461 or 1825375. OLE color: 1825375.
HSL color Cylindrical-coordinate representation of color #5FDA1B: hue angle of 98.64º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FDA1B is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 27 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.15 |
| HSL | 98.64º | 0.78% | 0.48% | - |
| HSV(B) | 98.64º | 0.88% | 0.85% | - |
| XYZ | 29.99 | 52.65 | 9.62 | - |
| YUV | 159.45 | 53.25 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 27 | 0.56 | 0 | 0.88 | 0.15 | 98.64 | 0.78 | 0.48 |
| Hex | 5F | DA | 1B | 38 | 0 | 58 | F | 63 | 4E | 30 |
| Octal | 137 | 332 | 33 | 70 | 0 | 130 | 17 | 143 | 116 | 60 |
| Binary | 1011111 | 11011010 | 11011 | 111000 | 0 | 1011000 | 1111 | 1100011 | 1001110 | 110000 |
Color Harmonies of #5FDA1B
Complementary color
Monochromatic Colors of #5FDA1B
Black with #5FDA1B
Text Example
Text Example
White with #5FDA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA1B; }
p { color: rgb(95,218,27); }
H1.HeaderClassName
{
color: #5FDA1B;
}
.AnyTagClassName
{
color: #5FDA1B;
}
</style>
background-color css
<style>
a { background-color: #5FDA1B; }
a { background-color: rgb(95,218,27); }
div.DivClassName
{
background-color: #5FDA1B;
}
.BgClassName
{
background-color: #5FDA1B;
}
</style>
border-color css
<style>
span { border-color: #5FDA1B; }
span { border-color: rgb(95,218,27); }
td.TdClassName
{
border-color: #5FDA1B;
}
.TagClassName
{
border-color: #5FDA1B;
}
</style>