Shades of Kelly Green #21B80B
Tints of Kelly Green #21B80B
RGB
CMYK
RGB Variations
Color information
#21B80B (or 0x21B80B) is known color: Kelly Green. HEX triplet: 21, B8 and 0B. RGB value is (33,184,11). Sum of RGB (Red+Green+Blue) = 33+184+11=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 184 (72.27% from 255 or 80.70% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 184 - color contains mainly: green. Hex color #21B80B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B80B is #DE47F4. Grayscale: #777777. Windows color (decimal): -14567413 or 768033. OLE color: 768033.
HSL color Cylindrical-coordinate representation of color #21B80B: hue angle of 112.37º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21B80B is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 184 | 11 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.28 |
| HSL | 112.37º | 0.89% | 0.38% | - |
| HSV(B) | 112.37º | 0.94% | 0.72% | - |
| XYZ | 17.83 | 34.63 | 6.06 | - |
| YUV | 119.13 | 66.97 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 184 | 11 | 0.82 | 0 | 0.94 | 0.28 | 112.37 | 0.89 | 0.38 |
| Hex | 21 | B8 | B | 52 | 0 | 5E | 1C | 70 | 59 | 26 |
| Octal | 41 | 270 | 13 | 122 | 0 | 136 | 34 | 160 | 131 | 46 |
| Binary | 100001 | 10111000 | 1011 | 1010010 | 0 | 1011110 | 11100 | 1110000 | 1011001 | 100110 |
Color Harmonies of #21B80B
Complementary color
Monochromatic Colors of #21B80B
Black with #21B80B
Text Example
Text Example
White with #21B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B80B; }
p { color: rgb(33,184,11); }
H1.HeaderClassName
{
color: #21B80B;
}
.AnyTagClassName
{
color: #21B80B;
}
</style>
background-color css
<style>
a { background-color: #21B80B; }
a { background-color: rgb(33,184,11); }
div.DivClassName
{
background-color: #21B80B;
}
.BgClassName
{
background-color: #21B80B;
}
</style>
border-color css
<style>
span { border-color: #21B80B; }
span { border-color: rgb(33,184,11); }
td.TdClassName
{
border-color: #21B80B;
}
.TagClassName
{
border-color: #21B80B;
}
</style>