Shades of Kelly Green #21BC01
Tints of Kelly Green #21BC01
RGB
CMYK
RGB Variations
Color information
#21BC01 (or 0x21BC01) is known color: Kelly Green. HEX triplet: 21, BC and 01. RGB value is (33,188,1). Sum of RGB (Red+Green+Blue) = 33+188+1=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 188 (73.83% from 255 or 84.68% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BC01 is #DE43FE. Grayscale: #787878. Windows color (decimal): -14566399 or 113697. OLE color: 113697.
HSL color Cylindrical-coordinate representation of color #21BC01: hue angle of 109.73º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21BC01 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 1 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.26 |
| HSL | 109.73º | 0.99% | 0.37% | - |
| HSV(B) | 109.73º | 0.99% | 0.74% | - |
| XYZ | 18.62 | 36.29 | 6.05 | - |
| YUV | 120.34 | 60.65 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 1 | 0.82 | 0 | 0.99 | 0.26 | 109.73 | 0.99 | 0.37 |
| Hex | 21 | BC | 1 | 52 | 0 | 63 | 1A | 6E | 63 | 25 |
| Octal | 41 | 274 | 1 | 122 | 0 | 143 | 32 | 156 | 143 | 45 |
| Binary | 100001 | 10111100 | 1 | 1010010 | 0 | 1100011 | 11010 | 1101110 | 1100011 | 100101 |
Color Harmonies of #21BC01
Complementary color
Monochromatic Colors of #21BC01
Black with #21BC01
Text Example
Text Example
White with #21BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC01; }
p { color: rgb(33,188,1); }
H1.HeaderClassName
{
color: #21BC01;
}
.AnyTagClassName
{
color: #21BC01;
}
</style>
background-color css
<style>
a { background-color: #21BC01; }
a { background-color: rgb(33,188,1); }
div.DivClassName
{
background-color: #21BC01;
}
.BgClassName
{
background-color: #21BC01;
}
</style>
border-color css
<style>
span { border-color: #21BC01; }
span { border-color: rgb(33,188,1); }
td.TdClassName
{
border-color: #21BC01;
}
.TagClassName
{
border-color: #21BC01;
}
</style>