Shades of Kelly Green #32A80F
Tints of Kelly Green #32A80F
RGB
CMYK
RGB Variations
Color information
#32A80F (or 0x32A80F) is known color: Kelly Green. HEX triplet: 32, A8 and 0F. RGB value is (50,168,15). Sum of RGB (Red+Green+Blue) = 50+168+15=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 168 (66.02% from 255 or 72.10% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 168 - color contains mainly: green. Hex color #32A80F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A80F is #CD57F0. Grayscale: #737373. Windows color (decimal): -13457393 or 1026098. OLE color: 1026098.
HSL color Cylindrical-coordinate representation of color #32A80F: hue angle of 106.27º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32A80F is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 168 | 15 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.34 |
| HSL | 106.27º | 0.84% | 0.36% | - |
| HSV(B) | 106.27º | 0.91% | 0.66% | - |
| XYZ | 15.4 | 28.72 | 5.18 | - |
| YUV | 115.28 | 71.41 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 168 | 15 | 0.70 | 0 | 0.91 | 0.34 | 106.27 | 0.84 | 0.36 |
| Hex | 32 | A8 | F | 46 | 0 | 5B | 22 | 6A | 54 | 24 |
| Octal | 62 | 250 | 17 | 106 | 0 | 133 | 42 | 152 | 124 | 44 |
| Binary | 110010 | 10101000 | 1111 | 1000110 | 0 | 1011011 | 100010 | 1101010 | 1010100 | 100100 |
Color Harmonies of #32A80F
Complementary color
Monochromatic Colors of #32A80F
Black with #32A80F
Text Example
Text Example
White with #32A80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A80F; }
p { color: rgb(50,168,15); }
H1.HeaderClassName
{
color: #32A80F;
}
.AnyTagClassName
{
color: #32A80F;
}
</style>
background-color css
<style>
a { background-color: #32A80F; }
a { background-color: rgb(50,168,15); }
div.DivClassName
{
background-color: #32A80F;
}
.BgClassName
{
background-color: #32A80F;
}
</style>
border-color css
<style>
span { border-color: #32A80F; }
span { border-color: rgb(50,168,15); }
td.TdClassName
{
border-color: #32A80F;
}
.TagClassName
{
border-color: #32A80F;
}
</style>