Shades of Kelly Green #1FC401
Tints of Kelly Green #1FC401
RGB
CMYK
RGB Variations
Color information
#1FC401 (or 0x1FC401) is known color: Kelly Green. HEX triplet: 1F, C4 and 01. RGB value is (31,196,1). Sum of RGB (Red+Green+Blue) = 31+196+1=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 196 (76.95% from 255 or 85.96% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC401 is #E03BFE. Grayscale: #7D7D7D. Windows color (decimal): -14695423 or 115743. OLE color: 115743.
HSL color Cylindrical-coordinate representation of color #1FC401: hue angle of 110.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FC401 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 196 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.23 |
| HSL | 110.77º | 0.99% | 0.39% | - |
| HSV(B) | 110.77º | 0.99% | 0.77% | - |
| XYZ | 20.31 | 39.77 | 6.64 | - |
| YUV | 124.44 | 58.34 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 196 | 1 | 0.84 | 0 | 0.99 | 0.23 | 110.77 | 0.99 | 0.39 |
| Hex | 1F | C4 | 1 | 54 | 0 | 63 | 17 | 6F | 63 | 27 |
| Octal | 37 | 304 | 1 | 124 | 0 | 143 | 27 | 157 | 143 | 47 |
| Binary | 11111 | 11000100 | 1 | 1010100 | 0 | 1100011 | 10111 | 1101111 | 1100011 | 100111 |
Color Harmonies of #1FC401
Complementary color
Monochromatic Colors of #1FC401
Black with #1FC401
Text Example
Text Example
White with #1FC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC401; }
p { color: rgb(31,196,1); }
H1.HeaderClassName
{
color: #1FC401;
}
.AnyTagClassName
{
color: #1FC401;
}
</style>
background-color css
<style>
a { background-color: #1FC401; }
a { background-color: rgb(31,196,1); }
div.DivClassName
{
background-color: #1FC401;
}
.BgClassName
{
background-color: #1FC401;
}
</style>
border-color css
<style>
span { border-color: #1FC401; }
span { border-color: rgb(31,196,1); }
td.TdClassName
{
border-color: #1FC401;
}
.TagClassName
{
border-color: #1FC401;
}
</style>