Shades of Kelly Green #1FC900
Tints of Kelly Green #1FC900
RGB
CMYK
RGB Variations
Color information
#1FC900 (or 0x1FC900) is known color: Kelly Green. HEX triplet: 1F, C9 and 00. RGB value is (31,201,0). Sum of RGB (Red+Green+Blue) = 31+201+0=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 201 (78.91% from 255 or 86.64% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC900 is #E036FF. Grayscale: #7F7F7F. Windows color (decimal): -14694144 or 51487. OLE color: 51487.
HSL color Cylindrical-coordinate representation of color #1FC900: hue angle of 110.75º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FC900 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.21 |
| HSL | 110.75º | 1% | 0.39% | - |
| HSV(B) | 110.75º | 1% | 0.79% | - |
| XYZ | 21.45 | 42.06 | 6.99 | - |
| YUV | 127.26 | 56.18 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 0 | 0.85 | 0 | 1 | 0.21 | 110.75 | 1 | 0.39 |
| Hex | 1F | C9 | 0 | 55 | 0 | 64 | 15 | 6F | 64 | 27 |
| Octal | 37 | 311 | 0 | 125 | 0 | 144 | 25 | 157 | 144 | 47 |
| Binary | 11111 | 11001001 | 0 | 1010101 | 0 | 1100100 | 10101 | 1101111 | 1100100 | 100111 |
Color Harmonies of #1FC900
Complementary color
Monochromatic Colors of #1FC900
Black with #1FC900
Text Example
Text Example
White with #1FC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC900; }
p { color: rgb(31,201,0); }
H1.HeaderClassName
{
color: #1FC900;
}
.AnyTagClassName
{
color: #1FC900;
}
</style>
background-color css
<style>
a { background-color: #1FC900; }
a { background-color: rgb(31,201,0); }
div.DivClassName
{
background-color: #1FC900;
}
.BgClassName
{
background-color: #1FC900;
}
</style>
border-color css
<style>
span { border-color: #1FC900; }
span { border-color: rgb(31,201,0); }
td.TdClassName
{
border-color: #1FC900;
}
.TagClassName
{
border-color: #1FC900;
}
</style>