Shades of Kelly Green #31AF11
Tints of Kelly Green #31AF11
RGB
CMYK
RGB Variations
Color information
#31AF11 (or 0x31AF11) is known color: Kelly Green. HEX triplet: 31, AF and 11. RGB value is (49,175,17). Sum of RGB (Red+Green+Blue) = 49+175+17=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AF11 is #CE50EE. Grayscale: #777777. Windows color (decimal): -13521135 or 1158961. OLE color: 1158961.
HSL color Cylindrical-coordinate representation of color #31AF11: hue angle of 107.85º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31AF11 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 17 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.31 |
| HSL | 107.85º | 0.82% | 0.38% | - |
| HSV(B) | 107.85º | 0.9% | 0.69% | - |
| XYZ | 16.7 | 31.35 | 5.7 | - |
| YUV | 119.31 | 70.26 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 17 | 0.72 | 0 | 0.90 | 0.31 | 107.85 | 0.82 | 0.38 |
| Hex | 31 | AF | 11 | 48 | 0 | 5A | 1F | 6C | 52 | 26 |
| Octal | 61 | 257 | 21 | 110 | 0 | 132 | 37 | 154 | 122 | 46 |
| Binary | 110001 | 10101111 | 10001 | 1001000 | 0 | 1011010 | 11111 | 1101100 | 1010010 | 100110 |
Color Harmonies of #31AF11
Complementary color
Monochromatic Colors of #31AF11
Black with #31AF11
Text Example
Text Example
White with #31AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF11; }
p { color: rgb(49,175,17); }
H1.HeaderClassName
{
color: #31AF11;
}
.AnyTagClassName
{
color: #31AF11;
}
</style>
background-color css
<style>
a { background-color: #31AF11; }
a { background-color: rgb(49,175,17); }
div.DivClassName
{
background-color: #31AF11;
}
.BgClassName
{
background-color: #31AF11;
}
</style>
border-color css
<style>
span { border-color: #31AF11; }
span { border-color: rgb(49,175,17); }
td.TdClassName
{
border-color: #31AF11;
}
.TagClassName
{
border-color: #31AF11;
}
</style>