Shades of Kelly Green #32AF00
Tints of Kelly Green #32AF00
RGB
CMYK
RGB Variations
Color information
#32AF00 (or 0x32AF00) is known color: Kelly Green. HEX triplet: 32, AF and 00. RGB value is (50,175,0). Sum of RGB (Red+Green+Blue) = 50+175+0=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 175 (68.75% from 255 or 77.78% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AF00 is #CD50FF. Grayscale: #767676. Windows color (decimal): -13455616 or 44850. OLE color: 44850.
HSL color Cylindrical-coordinate representation of color #32AF00: hue angle of 102.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32AF00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.31 |
| HSL | 102.86º | 1% | 0.34% | - |
| HSV(B) | 102.86º | 1% | 0.69% | - |
| XYZ | 16.65 | 31.34 | 5.17 | - |
| YUV | 117.68 | 61.59 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 0 | 0.71 | 0 | 1 | 0.31 | 102.86 | 1 | 0.34 |
| Hex | 32 | AF | 0 | 47 | 0 | 64 | 1F | 67 | 64 | 22 |
| Octal | 62 | 257 | 0 | 107 | 0 | 144 | 37 | 147 | 144 | 42 |
| Binary | 110010 | 10101111 | 0 | 1000111 | 0 | 1100100 | 11111 | 1100111 | 1100100 | 100010 |
Color Harmonies of #32AF00
Complementary color
Monochromatic Colors of #32AF00
Black with #32AF00
Text Example
Text Example
White with #32AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF00; }
p { color: rgb(50,175,0); }
H1.HeaderClassName
{
color: #32AF00;
}
.AnyTagClassName
{
color: #32AF00;
}
</style>
background-color css
<style>
a { background-color: #32AF00; }
a { background-color: rgb(50,175,0); }
div.DivClassName
{
background-color: #32AF00;
}
.BgClassName
{
background-color: #32AF00;
}
</style>
border-color css
<style>
span { border-color: #32AF00; }
span { border-color: rgb(50,175,0); }
td.TdClassName
{
border-color: #32AF00;
}
.TagClassName
{
border-color: #32AF00;
}
</style>