Shades of Kelly Green #32B405
Tints of Kelly Green #32B405
RGB
CMYK
RGB Variations
Color information
#32B405 (or 0x32B405) is known color: Kelly Green. HEX triplet: 32, B4 and 05. RGB value is (50,180,5). Sum of RGB (Red+Green+Blue) = 50+180+5=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 180 (70.70% from 255 or 76.60% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 180 - color contains mainly: green. Hex color #32B405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B405 is #CD4BFA. Grayscale: #797979. Windows color (decimal): -13454331 or 373810. OLE color: 373810.
HSL color Cylindrical-coordinate representation of color #32B405: hue angle of 104.57º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32B405 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 5 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.29 |
| HSL | 104.57º | 0.95% | 0.36% | - |
| HSV(B) | 104.57º | 0.97% | 0.71% | - |
| XYZ | 17.66 | 33.33 | 5.65 | - |
| YUV | 121.18 | 62.43 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 5 | 0.72 | 0 | 0.97 | 0.29 | 104.57 | 0.95 | 0.36 |
| Hex | 32 | B4 | 5 | 48 | 0 | 61 | 1D | 69 | 5F | 24 |
| Octal | 62 | 264 | 5 | 110 | 0 | 141 | 35 | 151 | 137 | 44 |
| Binary | 110010 | 10110100 | 101 | 1001000 | 0 | 1100001 | 11101 | 1101001 | 1011111 | 100100 |
Color Harmonies of #32B405
Complementary color
Monochromatic Colors of #32B405
Black with #32B405
Text Example
Text Example
White with #32B405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B405; }
p { color: rgb(50,180,5); }
H1.HeaderClassName
{
color: #32B405;
}
.AnyTagClassName
{
color: #32B405;
}
</style>
background-color css
<style>
a { background-color: #32B405; }
a { background-color: rgb(50,180,5); }
div.DivClassName
{
background-color: #32B405;
}
.BgClassName
{
background-color: #32B405;
}
</style>
border-color css
<style>
span { border-color: #32B405; }
span { border-color: rgb(50,180,5); }
td.TdClassName
{
border-color: #32B405;
}
.TagClassName
{
border-color: #32B405;
}
</style>