Shades of Kelly Green #32B40F
Tints of Kelly Green #32B40F
RGB
CMYK
RGB Variations
Color information
#32B40F (or 0x32B40F) is known color: Kelly Green. HEX triplet: 32, B4 and 0F. RGB value is (50,180,15). Sum of RGB (Red+Green+Blue) = 50+180+15=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 180 (70.70% from 255 or 73.47% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 180 - color contains mainly: green. Hex color #32B40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B40F is #CD4BF0. Grayscale: #7A7A7A. Windows color (decimal): -13454321 or 1029170. OLE color: 1029170.
HSL color Cylindrical-coordinate representation of color #32B40F: hue angle of 107.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32B40F is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 15 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.29 |
| HSL | 107.27º | 0.85% | 0.38% | - |
| HSV(B) | 107.27º | 0.92% | 0.71% | - |
| XYZ | 17.72 | 33.36 | 5.96 | - |
| YUV | 122.32 | 67.43 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 15 | 0.72 | 0 | 0.92 | 0.29 | 107.27 | 0.85 | 0.38 |
| Hex | 32 | B4 | F | 48 | 0 | 5C | 1D | 6B | 55 | 26 |
| Octal | 62 | 264 | 17 | 110 | 0 | 134 | 35 | 153 | 125 | 46 |
| Binary | 110010 | 10110100 | 1111 | 1001000 | 0 | 1011100 | 11101 | 1101011 | 1010101 | 100110 |
Color Harmonies of #32B40F
Complementary color
Monochromatic Colors of #32B40F
Black with #32B40F
Text Example
Text Example
White with #32B40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B40F; }
p { color: rgb(50,180,15); }
H1.HeaderClassName
{
color: #32B40F;
}
.AnyTagClassName
{
color: #32B40F;
}
</style>
background-color css
<style>
a { background-color: #32B40F; }
a { background-color: rgb(50,180,15); }
div.DivClassName
{
background-color: #32B40F;
}
.BgClassName
{
background-color: #32B40F;
}
</style>
border-color css
<style>
span { border-color: #32B40F; }
span { border-color: rgb(50,180,15); }
td.TdClassName
{
border-color: #32B40F;
}
.TagClassName
{
border-color: #32B40F;
}
</style>