Shades of Kelly Green #32BC1A
Tints of Kelly Green #32BC1A
RGB
CMYK
RGB Variations
Color information
#32BC1A (or 0x32BC1A) is known color: Kelly Green. HEX triplet: 32, BC and 1A. RGB value is (50,188,26). Sum of RGB (Red+Green+Blue) = 50+188+26=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC1A is #CD43E5. Grayscale: #808080. Windows color (decimal): -13452262 or 1752114. OLE color: 1752114.
HSL color Cylindrical-coordinate representation of color #32BC1A: hue angle of 111.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32BC1A is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 26 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.26 |
| HSL | 111.11º | 0.76% | 0.42% | - |
| HSV(B) | 111.11º | 0.86% | 0.74% | - |
| XYZ | 19.49 | 36.72 | 7.04 | - |
| YUV | 128.27 | 70.28 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 26 | 0.73 | 0 | 0.86 | 0.26 | 111.11 | 0.76 | 0.42 |
| Hex | 32 | BC | 1A | 49 | 0 | 56 | 1A | 6F | 4C | 2A |
| Octal | 62 | 274 | 32 | 111 | 0 | 126 | 32 | 157 | 114 | 52 |
| Binary | 110010 | 10111100 | 11010 | 1001001 | 0 | 1010110 | 11010 | 1101111 | 1001100 | 101010 |
Color Harmonies of #32BC1A
Complementary color
Monochromatic Colors of #32BC1A
Black with #32BC1A
Text Example
Text Example
White with #32BC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC1A; }
p { color: rgb(50,188,26); }
H1.HeaderClassName
{
color: #32BC1A;
}
.AnyTagClassName
{
color: #32BC1A;
}
</style>
background-color css
<style>
a { background-color: #32BC1A; }
a { background-color: rgb(50,188,26); }
div.DivClassName
{
background-color: #32BC1A;
}
.BgClassName
{
background-color: #32BC1A;
}
</style>
border-color css
<style>
span { border-color: #32BC1A; }
span { border-color: rgb(50,188,26); }
td.TdClassName
{
border-color: #32BC1A;
}
.TagClassName
{
border-color: #32BC1A;
}
</style>