Shades of Kelly Green #1FC701
Tints of Kelly Green #1FC701
RGB
CMYK
RGB Variations
Color information
#1FC701 (or 0x1FC701) is known color: Kelly Green. HEX triplet: 1F, C7 and 01. RGB value is (31,199,1). Sum of RGB (Red+Green+Blue) = 31+199+1=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 199 (78.12% from 255 or 86.15% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC701 is #E038FE. Grayscale: #7E7E7E. Windows color (decimal): -14694655 or 116511. OLE color: 116511.
HSL color Cylindrical-coordinate representation of color #1FC701: hue angle of 110.91º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FC701 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.22 |
| HSL | 110.91º | 0.99% | 0.39% | - |
| HSV(B) | 110.91º | 0.99% | 0.78% | - |
| XYZ | 20.99 | 41.14 | 6.86 | - |
| YUV | 126.2 | 57.34 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 1 | 0.84 | 0 | 0.99 | 0.22 | 110.91 | 0.99 | 0.39 |
| Hex | 1F | C7 | 1 | 54 | 0 | 63 | 16 | 6F | 63 | 27 |
| Octal | 37 | 307 | 1 | 124 | 0 | 143 | 26 | 157 | 143 | 47 |
| Binary | 11111 | 11000111 | 1 | 1010100 | 0 | 1100011 | 10110 | 1101111 | 1100011 | 100111 |
Color Harmonies of #1FC701
Complementary color
Monochromatic Colors of #1FC701
Black with #1FC701
Text Example
Text Example
White with #1FC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC701; }
p { color: rgb(31,199,1); }
H1.HeaderClassName
{
color: #1FC701;
}
.AnyTagClassName
{
color: #1FC701;
}
</style>
background-color css
<style>
a { background-color: #1FC701; }
a { background-color: rgb(31,199,1); }
div.DivClassName
{
background-color: #1FC701;
}
.BgClassName
{
background-color: #1FC701;
}
</style>
border-color css
<style>
span { border-color: #1FC701; }
span { border-color: rgb(31,199,1); }
td.TdClassName
{
border-color: #1FC701;
}
.TagClassName
{
border-color: #1FC701;
}
</style>