Shades of Kelly Green #31AF01
Tints of Kelly Green #31AF01
RGB
CMYK
RGB Variations
Color information
#31AF01 (or 0x31AF01) is known color: Kelly Green. HEX triplet: 31, AF and 01. RGB value is (49,175,1). Sum of RGB (Red+Green+Blue) = 49+175+1=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 175 (68.75% from 255 or 77.78% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AF01 is #CE50FE. Grayscale: #767676. Windows color (decimal): -13521151 or 110385. OLE color: 110385.
HSL color Cylindrical-coordinate representation of color #31AF01: hue angle of 103.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31AF01 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.31 |
| HSL | 103.45º | 0.99% | 0.35% | - |
| HSV(B) | 103.45º | 0.99% | 0.69% | - |
| XYZ | 16.6 | 31.32 | 5.2 | - |
| YUV | 117.49 | 62.26 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 1 | 0.72 | 0 | 0.99 | 0.31 | 103.45 | 0.99 | 0.35 |
| Hex | 31 | AF | 1 | 48 | 0 | 63 | 1F | 67 | 63 | 23 |
| Octal | 61 | 257 | 1 | 110 | 0 | 143 | 37 | 147 | 143 | 43 |
| Binary | 110001 | 10101111 | 1 | 1001000 | 0 | 1100011 | 11111 | 1100111 | 1100011 | 100011 |
Color Harmonies of #31AF01
Complementary color
Monochromatic Colors of #31AF01
Black with #31AF01
Text Example
Text Example
White with #31AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF01; }
p { color: rgb(49,175,1); }
H1.HeaderClassName
{
color: #31AF01;
}
.AnyTagClassName
{
color: #31AF01;
}
</style>
background-color css
<style>
a { background-color: #31AF01; }
a { background-color: rgb(49,175,1); }
div.DivClassName
{
background-color: #31AF01;
}
.BgClassName
{
background-color: #31AF01;
}
</style>
border-color css
<style>
span { border-color: #31AF01; }
span { border-color: rgb(49,175,1); }
td.TdClassName
{
border-color: #31AF01;
}
.TagClassName
{
border-color: #31AF01;
}
</style>