Shades of Kelly Green #31AF04
Tints of Kelly Green #31AF04
RGB
CMYK
RGB Variations
Color information
#31AF04 (or 0x31AF04) is known color: Kelly Green. HEX triplet: 31, AF and 04. RGB value is (49,175,4). Sum of RGB (Red+Green+Blue) = 49+175+4=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 175 (68.75% from 255 or 76.75% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AF04 is #CE50FB. Grayscale: #767676. Windows color (decimal): -13521148 or 306993. OLE color: 306993.
HSL color Cylindrical-coordinate representation of color #31AF04: hue angle of 104.21º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31AF04 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 4 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.31 |
| HSL | 104.21º | 0.96% | 0.35% | - |
| HSV(B) | 104.21º | 0.98% | 0.69% | - |
| XYZ | 16.62 | 31.32 | 5.28 | - |
| YUV | 117.83 | 63.76 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 4 | 0.72 | 0 | 0.98 | 0.31 | 104.21 | 0.96 | 0.35 |
| Hex | 31 | AF | 4 | 48 | 0 | 62 | 1F | 68 | 60 | 23 |
| Octal | 61 | 257 | 4 | 110 | 0 | 142 | 37 | 150 | 140 | 43 |
| Binary | 110001 | 10101111 | 100 | 1001000 | 0 | 1100010 | 11111 | 1101000 | 1100000 | 100011 |
Color Harmonies of #31AF04
Complementary color
Monochromatic Colors of #31AF04
Black with #31AF04
Text Example
Text Example
White with #31AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF04; }
p { color: rgb(49,175,4); }
H1.HeaderClassName
{
color: #31AF04;
}
.AnyTagClassName
{
color: #31AF04;
}
</style>
background-color css
<style>
a { background-color: #31AF04; }
a { background-color: rgb(49,175,4); }
div.DivClassName
{
background-color: #31AF04;
}
.BgClassName
{
background-color: #31AF04;
}
</style>
border-color css
<style>
span { border-color: #31AF04; }
span { border-color: rgb(49,175,4); }
td.TdClassName
{
border-color: #31AF04;
}
.TagClassName
{
border-color: #31AF04;
}
</style>