Shades of Kelly Green #32AF11
Tints of Kelly Green #32AF11
RGB
CMYK
RGB Variations
Color information
#32AF11 (or 0x32AF11) is known color: Kelly Green. HEX triplet: 32, AF and 11. RGB value is (50,175,17). Sum of RGB (Red+Green+Blue) = 50+175+17=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AF11 is #CD50EE. Grayscale: #787878. Windows color (decimal): -13455599 or 1158962. OLE color: 1158962.
HSL color Cylindrical-coordinate representation of color #32AF11: hue angle of 107.47º 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 #32AF11 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 17 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.31 |
| HSL | 107.47º | 0.82% | 0.38% | - |
| HSV(B) | 107.47º | 0.9% | 0.69% | - |
| XYZ | 16.75 | 31.38 | 5.7 | - |
| YUV | 119.61 | 70.09 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 17 | 0.71 | 0 | 0.90 | 0.31 | 107.47 | 0.82 | 0.38 |
| Hex | 32 | AF | 11 | 47 | 0 | 5A | 1F | 6B | 52 | 26 |
| Octal | 62 | 257 | 21 | 107 | 0 | 132 | 37 | 153 | 122 | 46 |
| Binary | 110010 | 10101111 | 10001 | 1000111 | 0 | 1011010 | 11111 | 1101011 | 1010010 | 100110 |
Color Harmonies of #32AF11
Complementary color
Monochromatic Colors of #32AF11
Black with #32AF11
Text Example
Text Example
White with #32AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF11; }
p { color: rgb(50,175,17); }
H1.HeaderClassName
{
color: #32AF11;
}
.AnyTagClassName
{
color: #32AF11;
}
</style>
background-color css
<style>
a { background-color: #32AF11; }
a { background-color: rgb(50,175,17); }
div.DivClassName
{
background-color: #32AF11;
}
.BgClassName
{
background-color: #32AF11;
}
</style>
border-color css
<style>
span { border-color: #32AF11; }
span { border-color: rgb(50,175,17); }
td.TdClassName
{
border-color: #32AF11;
}
.TagClassName
{
border-color: #32AF11;
}
</style>