Shades of Kelly Green #32B10F
Tints of Kelly Green #32B10F
RGB
CMYK
RGB Variations
Color information
#32B10F (or 0x32B10F) is known color: Kelly Green. HEX triplet: 32, B1 and 0F. RGB value is (50,177,15). Sum of RGB (Red+Green+Blue) = 50+177+15=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 177 (69.53% from 255 or 73.14% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 177 - color contains mainly: green. Hex color #32B10F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B10F is #CD4EF0. Grayscale: #797979. Windows color (decimal): -13455089 or 1028402. OLE color: 1028402.
HSL color Cylindrical-coordinate representation of color #32B10F: hue angle of 107.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32B10F is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 15 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.31 |
| HSL | 107.04º | 0.84% | 0.38% | - |
| HSV(B) | 107.04º | 0.92% | 0.69% | - |
| XYZ | 17.12 | 32.16 | 5.76 | - |
| YUV | 120.56 | 68.42 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 15 | 0.72 | 0 | 0.92 | 0.31 | 107.04 | 0.84 | 0.38 |
| Hex | 32 | B1 | F | 48 | 0 | 5C | 1F | 6B | 54 | 26 |
| Octal | 62 | 261 | 17 | 110 | 0 | 134 | 37 | 153 | 124 | 46 |
| Binary | 110010 | 10110001 | 1111 | 1001000 | 0 | 1011100 | 11111 | 1101011 | 1010100 | 100110 |
Color Harmonies of #32B10F
Complementary color
Monochromatic Colors of #32B10F
Black with #32B10F
Text Example
Text Example
White with #32B10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B10F; }
p { color: rgb(50,177,15); }
H1.HeaderClassName
{
color: #32B10F;
}
.AnyTagClassName
{
color: #32B10F;
}
</style>
background-color css
<style>
a { background-color: #32B10F; }
a { background-color: rgb(50,177,15); }
div.DivClassName
{
background-color: #32B10F;
}
.BgClassName
{
background-color: #32B10F;
}
</style>
border-color css
<style>
span { border-color: #32B10F; }
span { border-color: rgb(50,177,15); }
td.TdClassName
{
border-color: #32B10F;
}
.TagClassName
{
border-color: #32B10F;
}
</style>