Shades of Kelly Green #32B41F
Tints of Kelly Green #32B41F
RGB
CMYK
RGB Variations
Color information
#32B41F (or 0x32B41F) is known color: Kelly Green. HEX triplet: 32, B4 and 1F. RGB value is (50,180,31). Sum of RGB (Red+Green+Blue) = 50+180+31=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 180 (70.70% from 255 or 68.97% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 180 - color contains mainly: green. Hex color #32B41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B41F is #CD4BE0. Grayscale: #7C7C7C. Windows color (decimal): -13454305 or 2077746. OLE color: 2077746.
HSL color Cylindrical-coordinate representation of color #32B41F: hue angle of 112.35º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32B41F is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 31 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.29 |
| HSL | 112.35º | 0.71% | 0.41% | - |
| HSV(B) | 112.35º | 0.83% | 0.71% | - |
| XYZ | 17.88 | 33.42 | 6.8 | - |
| YUV | 124.14 | 75.43 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 31 | 0.72 | 0 | 0.83 | 0.29 | 112.35 | 0.71 | 0.41 |
| Hex | 32 | B4 | 1F | 48 | 0 | 53 | 1D | 70 | 47 | 29 |
| Octal | 62 | 264 | 37 | 110 | 0 | 123 | 35 | 160 | 107 | 51 |
| Binary | 110010 | 10110100 | 11111 | 1001000 | 0 | 1010011 | 11101 | 1110000 | 1000111 | 101001 |
Color Harmonies of #32B41F
Complementary color
Monochromatic Colors of #32B41F
Black with #32B41F
Text Example
Text Example
White with #32B41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B41F; }
p { color: rgb(50,180,31); }
H1.HeaderClassName
{
color: #32B41F;
}
.AnyTagClassName
{
color: #32B41F;
}
</style>
background-color css
<style>
a { background-color: #32B41F; }
a { background-color: rgb(50,180,31); }
div.DivClassName
{
background-color: #32B41F;
}
.BgClassName
{
background-color: #32B41F;
}
</style>
border-color css
<style>
span { border-color: #32B41F; }
span { border-color: rgb(50,180,31); }
td.TdClassName
{
border-color: #32B41F;
}
.TagClassName
{
border-color: #32B41F;
}
</style>