Shades of Kelly Green #31BC09
Tints of Kelly Green #31BC09
RGB
CMYK
RGB Variations
Color information
#31BC09 (or 0x31BC09) is known color: Kelly Green. HEX triplet: 31, BC and 09. RGB value is (49,188,9). Sum of RGB (Red+Green+Blue) = 49+188+9=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BC09 is #CE43F6. Grayscale: #7E7E7E. Windows color (decimal): -13517815 or 638001. OLE color: 638001.
HSL color Cylindrical-coordinate representation of color #31BC09: hue angle of 106.59º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31BC09 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 9 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.26 |
| HSL | 106.59º | 0.91% | 0.39% | - |
| HSV(B) | 106.59º | 0.95% | 0.74% | - |
| XYZ | 19.3 | 36.64 | 6.31 | - |
| YUV | 126.03 | 61.95 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 9 | 0.74 | 0 | 0.95 | 0.26 | 106.59 | 0.91 | 0.39 |
| Hex | 31 | BC | 9 | 4A | 0 | 5F | 1A | 6B | 5B | 27 |
| Octal | 61 | 274 | 11 | 112 | 0 | 137 | 32 | 153 | 133 | 47 |
| Binary | 110001 | 10111100 | 1001 | 1001010 | 0 | 1011111 | 11010 | 1101011 | 1011011 | 100111 |
Color Harmonies of #31BC09
Complementary color
Monochromatic Colors of #31BC09
Black with #31BC09
Text Example
Text Example
White with #31BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC09; }
p { color: rgb(49,188,9); }
H1.HeaderClassName
{
color: #31BC09;
}
.AnyTagClassName
{
color: #31BC09;
}
</style>
background-color css
<style>
a { background-color: #31BC09; }
a { background-color: rgb(49,188,9); }
div.DivClassName
{
background-color: #31BC09;
}
.BgClassName
{
background-color: #31BC09;
}
</style>
border-color css
<style>
span { border-color: #31BC09; }
span { border-color: rgb(49,188,9); }
td.TdClassName
{
border-color: #31BC09;
}
.TagClassName
{
border-color: #31BC09;
}
</style>