Shades of Kelly Green #32AF08
Tints of Kelly Green #32AF08
RGB
CMYK
RGB Variations
Color information
#32AF08 (or 0x32AF08) is known color: Kelly Green. HEX triplet: 32, AF and 08. RGB value is (50,175,8). Sum of RGB (Red+Green+Blue) = 50+175+8=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 175 (68.75% from 255 or 75.11% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AF08 is #CD50F7. Grayscale: #777777. Windows color (decimal): -13455608 or 569138. OLE color: 569138.
HSL color Cylindrical-coordinate representation of color #32AF08: hue angle of 104.91º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32AF08 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 8 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.31 |
| HSL | 104.91º | 0.91% | 0.36% | - |
| HSV(B) | 104.91º | 0.95% | 0.69% | - |
| XYZ | 16.69 | 31.36 | 5.4 | - |
| YUV | 118.59 | 65.59 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 8 | 0.71 | 0 | 0.95 | 0.31 | 104.91 | 0.91 | 0.36 |
| Hex | 32 | AF | 8 | 47 | 0 | 5F | 1F | 69 | 5B | 24 |
| Octal | 62 | 257 | 10 | 107 | 0 | 137 | 37 | 151 | 133 | 44 |
| Binary | 110010 | 10101111 | 1000 | 1000111 | 0 | 1011111 | 11111 | 1101001 | 1011011 | 100100 |
Color Harmonies of #32AF08
Complementary color
Monochromatic Colors of #32AF08
Black with #32AF08
Text Example
Text Example
White with #32AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF08; }
p { color: rgb(50,175,8); }
H1.HeaderClassName
{
color: #32AF08;
}
.AnyTagClassName
{
color: #32AF08;
}
</style>
background-color css
<style>
a { background-color: #32AF08; }
a { background-color: rgb(50,175,8); }
div.DivClassName
{
background-color: #32AF08;
}
.BgClassName
{
background-color: #32AF08;
}
</style>
border-color css
<style>
span { border-color: #32AF08; }
span { border-color: rgb(50,175,8); }
td.TdClassName
{
border-color: #32AF08;
}
.TagClassName
{
border-color: #32AF08;
}
</style>