Shades of Kelly Green #31AD07
Tints of Kelly Green #31AD07
RGB
CMYK
RGB Variations
Color information
#31AD07 (or 0x31AD07) is known color: Kelly Green. HEX triplet: 31, AD and 07. RGB value is (49,173,7). Sum of RGB (Red+Green+Blue) = 49+173+7=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AD07 is #CE52F8. Grayscale: #757575. Windows color (decimal): -13521657 or 503089. OLE color: 503089.
HSL color Cylindrical-coordinate representation of color #31AD07: hue angle of 104.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31AD07 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 7 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.32 |
| HSL | 104.82º | 0.92% | 0.35% | - |
| HSV(B) | 104.82º | 0.96% | 0.68% | - |
| XYZ | 16.25 | 30.56 | 5.24 | - |
| YUV | 117 | 65.92 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 7 | 0.72 | 0 | 0.96 | 0.32 | 104.82 | 0.92 | 0.35 |
| Hex | 31 | AD | 7 | 48 | 0 | 60 | 20 | 69 | 5C | 23 |
| Octal | 61 | 255 | 7 | 110 | 0 | 140 | 40 | 151 | 134 | 43 |
| Binary | 110001 | 10101101 | 111 | 1001000 | 0 | 1100000 | 100000 | 1101001 | 1011100 | 100011 |
Color Harmonies of #31AD07
Complementary color
Monochromatic Colors of #31AD07
Black with #31AD07
Text Example
Text Example
White with #31AD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD07; }
p { color: rgb(49,173,7); }
H1.HeaderClassName
{
color: #31AD07;
}
.AnyTagClassName
{
color: #31AD07;
}
</style>
background-color css
<style>
a { background-color: #31AD07; }
a { background-color: rgb(49,173,7); }
div.DivClassName
{
background-color: #31AD07;
}
.BgClassName
{
background-color: #31AD07;
}
</style>
border-color css
<style>
span { border-color: #31AD07; }
span { border-color: rgb(49,173,7); }
td.TdClassName
{
border-color: #31AD07;
}
.TagClassName
{
border-color: #31AD07;
}
</style>