Shades of Kelly Green #32AE03
Tints of Kelly Green #32AE03
RGB
CMYK
RGB Variations
Color information
#32AE03 (or 0x32AE03) is known color: Kelly Green. HEX triplet: 32, AE and 03. RGB value is (50,174,3). Sum of RGB (Red+Green+Blue) = 50+174+3=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 174 (68.36% from 255 or 76.65% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AE03 is #CD51FC. Grayscale: #757575. Windows color (decimal): -13455869 or 241202. OLE color: 241202.
HSL color Cylindrical-coordinate representation of color #32AE03: hue angle of 103.51º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32AE03 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 3 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.32 |
| HSL | 103.51º | 0.97% | 0.35% | - |
| HSV(B) | 103.51º | 0.98% | 0.68% | - |
| XYZ | 16.47 | 30.96 | 5.19 | - |
| YUV | 117.43 | 63.42 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 3 | 0.71 | 0 | 0.98 | 0.32 | 103.51 | 0.97 | 0.35 |
| Hex | 32 | AE | 3 | 47 | 0 | 62 | 20 | 68 | 61 | 23 |
| Octal | 62 | 256 | 3 | 107 | 0 | 142 | 40 | 150 | 141 | 43 |
| Binary | 110010 | 10101110 | 11 | 1000111 | 0 | 1100010 | 100000 | 1101000 | 1100001 | 100011 |
Color Harmonies of #32AE03
Complementary color
Monochromatic Colors of #32AE03
Black with #32AE03
Text Example
Text Example
White with #32AE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE03; }
p { color: rgb(50,174,3); }
H1.HeaderClassName
{
color: #32AE03;
}
.AnyTagClassName
{
color: #32AE03;
}
</style>
background-color css
<style>
a { background-color: #32AE03; }
a { background-color: rgb(50,174,3); }
div.DivClassName
{
background-color: #32AE03;
}
.BgClassName
{
background-color: #32AE03;
}
</style>
border-color css
<style>
span { border-color: #32AE03; }
span { border-color: rgb(50,174,3); }
td.TdClassName
{
border-color: #32AE03;
}
.TagClassName
{
border-color: #32AE03;
}
</style>