Shades of Kelly Green #32AF1B
Tints of Kelly Green #32AF1B
RGB
CMYK
RGB Variations
Color information
#32AF1B (or 0x32AF1B) is known color: Kelly Green. HEX triplet: 32, AF and 1B. RGB value is (50,175,27). Sum of RGB (Red+Green+Blue) = 50+175+27=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 175 (68.75% from 255 or 69.44% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF1B is #CD50E4. Grayscale: #797979. Windows color (decimal): -13455589 or 1814322. OLE color: 1814322.
HSL color Cylindrical-coordinate representation of color #32AF1B: hue angle of 110.68º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32AF1B is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 27 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.31 |
| HSL | 110.68º | 0.73% | 0.4% | - |
| HSV(B) | 110.68º | 0.85% | 0.69% | - |
| XYZ | 16.84 | 31.42 | 6.21 | - |
| YUV | 120.75 | 75.09 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 27 | 0.71 | 0 | 0.85 | 0.31 | 110.68 | 0.73 | 0.4 |
| Hex | 32 | AF | 1B | 47 | 0 | 55 | 1F | 6F | 49 | 28 |
| Octal | 62 | 257 | 33 | 107 | 0 | 125 | 37 | 157 | 111 | 50 |
| Binary | 110010 | 10101111 | 11011 | 1000111 | 0 | 1010101 | 11111 | 1101111 | 1001001 | 101000 |
Color Harmonies of #32AF1B
Complementary color
Monochromatic Colors of #32AF1B
Black with #32AF1B
Text Example
Text Example
White with #32AF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF1B; }
p { color: rgb(50,175,27); }
H1.HeaderClassName
{
color: #32AF1B;
}
.AnyTagClassName
{
color: #32AF1B;
}
</style>
background-color css
<style>
a { background-color: #32AF1B; }
a { background-color: rgb(50,175,27); }
div.DivClassName
{
background-color: #32AF1B;
}
.BgClassName
{
background-color: #32AF1B;
}
</style>
border-color css
<style>
span { border-color: #32AF1B; }
span { border-color: rgb(50,175,27); }
td.TdClassName
{
border-color: #32AF1B;
}
.TagClassName
{
border-color: #32AF1B;
}
</style>