Shades of Kelly Green #1FC006
Tints of Kelly Green #1FC006
RGB
CMYK
RGB Variations
Color information
#1FC006 (or 0x1FC006) is known color: Kelly Green. HEX triplet: 1F, C0 and 06. RGB value is (31,192,6). Sum of RGB (Red+Green+Blue) = 31+192+6=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC006 is #E03FF9. Grayscale: #7B7B7B. Windows color (decimal): -14696442 or 442399. OLE color: 442399.
HSL color Cylindrical-coordinate representation of color #1FC006: hue angle of 111.94º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FC006 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 6 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.25 |
| HSL | 111.94º | 0.94% | 0.39% | - |
| HSV(B) | 111.94º | 0.97% | 0.75% | - |
| XYZ | 19.45 | 38 | 6.48 | - |
| YUV | 122.66 | 62.16 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 6 | 0.84 | 0 | 0.97 | 0.25 | 111.94 | 0.94 | 0.39 |
| Hex | 1F | C0 | 6 | 54 | 0 | 61 | 19 | 70 | 5E | 27 |
| Octal | 37 | 300 | 6 | 124 | 0 | 141 | 31 | 160 | 136 | 47 |
| Binary | 11111 | 11000000 | 110 | 1010100 | 0 | 1100001 | 11001 | 1110000 | 1011110 | 100111 |
Color Harmonies of #1FC006
Complementary color
Monochromatic Colors of #1FC006
Black with #1FC006
Text Example
Text Example
White with #1FC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC006; }
p { color: rgb(31,192,6); }
H1.HeaderClassName
{
color: #1FC006;
}
.AnyTagClassName
{
color: #1FC006;
}
</style>
background-color css
<style>
a { background-color: #1FC006; }
a { background-color: rgb(31,192,6); }
div.DivClassName
{
background-color: #1FC006;
}
.BgClassName
{
background-color: #1FC006;
}
</style>
border-color css
<style>
span { border-color: #1FC006; }
span { border-color: rgb(31,192,6); }
td.TdClassName
{
border-color: #1FC006;
}
.TagClassName
{
border-color: #1FC006;
}
</style>