Shades of Kelly Green #32B30F
Tints of Kelly Green #32B30F
RGB
CMYK
RGB Variations
Color information
#32B30F (or 0x32B30F) is known color: Kelly Green. HEX triplet: 32, B3 and 0F. RGB value is (50,179,15). Sum of RGB (Red+Green+Blue) = 50+179+15=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 179 (70.31% from 255 or 73.36% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 179 - color contains mainly: green. Hex color #32B30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B30F is #CD4CF0. Grayscale: #7A7A7A. Windows color (decimal): -13454577 or 1028914. OLE color: 1028914.
HSL color Cylindrical-coordinate representation of color #32B30F: hue angle of 107.2º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32B30F is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 15 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.30 |
| HSL | 107.2º | 0.85% | 0.38% | - |
| HSV(B) | 107.2º | 0.92% | 0.7% | - |
| XYZ | 17.52 | 32.95 | 5.89 | - |
| YUV | 121.73 | 67.76 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 15 | 0.72 | 0 | 0.92 | 0.30 | 107.2 | 0.85 | 0.38 |
| Hex | 32 | B3 | F | 48 | 0 | 5C | 1E | 6B | 55 | 26 |
| Octal | 62 | 263 | 17 | 110 | 0 | 134 | 36 | 153 | 125 | 46 |
| Binary | 110010 | 10110011 | 1111 | 1001000 | 0 | 1011100 | 11110 | 1101011 | 1010101 | 100110 |
Color Harmonies of #32B30F
Complementary color
Monochromatic Colors of #32B30F
Black with #32B30F
Text Example
Text Example
White with #32B30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B30F; }
p { color: rgb(50,179,15); }
H1.HeaderClassName
{
color: #32B30F;
}
.AnyTagClassName
{
color: #32B30F;
}
</style>
background-color css
<style>
a { background-color: #32B30F; }
a { background-color: rgb(50,179,15); }
div.DivClassName
{
background-color: #32B30F;
}
.BgClassName
{
background-color: #32B30F;
}
</style>
border-color css
<style>
span { border-color: #32B30F; }
span { border-color: rgb(50,179,15); }
td.TdClassName
{
border-color: #32B30F;
}
.TagClassName
{
border-color: #32B30F;
}
</style>