Shades of Kelly Green #5FDF1B
Tints of Kelly Green #5FDF1B
RGB
CMYK
RGB Variations
Color information
#5FDF1B (or 0x5FDF1B) is known color: Kelly Green. HEX triplet: 5F, DF and 1B. RGB value is (95,223,27). Sum of RGB (Red+Green+Blue) = 95+223+27=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 223 (87.5% from 255 or 64.64% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDF1B is #A020E4. Grayscale: #A3A3A3. Windows color (decimal): -10494181 or 1826655. OLE color: 1826655.
HSL color Cylindrical-coordinate representation of color #5FDF1B: hue angle of 99.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FDF1B is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 27 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.13 |
| HSL | 99.18º | 0.78% | 0.49% | - |
| HSV(B) | 99.18º | 0.88% | 0.87% | - |
| XYZ | 31.3 | 55.29 | 10.06 | - |
| YUV | 162.38 | 51.59 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 27 | 0.57 | 0 | 0.88 | 0.13 | 99.18 | 0.78 | 0.49 |
| Hex | 5F | DF | 1B | 39 | 0 | 58 | D | 63 | 4E | 31 |
| Octal | 137 | 337 | 33 | 71 | 0 | 130 | 15 | 143 | 116 | 61 |
| Binary | 1011111 | 11011111 | 11011 | 111001 | 0 | 1011000 | 1101 | 1100011 | 1001110 | 110001 |
Color Harmonies of #5FDF1B
Complementary color
Monochromatic Colors of #5FDF1B
Black with #5FDF1B
Text Example
Text Example
White with #5FDF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDF1B; }
p { color: rgb(95,223,27); }
H1.HeaderClassName
{
color: #5FDF1B;
}
.AnyTagClassName
{
color: #5FDF1B;
}
</style>
background-color css
<style>
a { background-color: #5FDF1B; }
a { background-color: rgb(95,223,27); }
div.DivClassName
{
background-color: #5FDF1B;
}
.BgClassName
{
background-color: #5FDF1B;
}
</style>
border-color css
<style>
span { border-color: #5FDF1B; }
span { border-color: rgb(95,223,27); }
td.TdClassName
{
border-color: #5FDF1B;
}
.TagClassName
{
border-color: #5FDF1B;
}
</style>