Shades of Kelly Green #21BE01
Tints of Kelly Green #21BE01
RGB
CMYK
RGB Variations
Color information
#21BE01 (or 0x21BE01) is known color: Kelly Green. HEX triplet: 21, BE and 01. RGB value is (33,190,1). Sum of RGB (Red+Green+Blue) = 33+190+1=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 190 (74.61% from 255 or 84.82% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BE01 is #DE41FE. Grayscale: #7A7A7A. Windows color (decimal): -14565887 or 114209. OLE color: 114209.
HSL color Cylindrical-coordinate representation of color #21BE01: hue angle of 109.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21BE01 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 1 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.25 |
| HSL | 109.84º | 0.99% | 0.37% | - |
| HSV(B) | 109.84º | 0.99% | 0.75% | - |
| XYZ | 19.05 | 37.15 | 6.2 | - |
| YUV | 121.51 | 59.99 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 1 | 0.83 | 0 | 0.99 | 0.25 | 109.84 | 0.99 | 0.37 |
| Hex | 21 | BE | 1 | 53 | 0 | 63 | 19 | 6E | 63 | 25 |
| Octal | 41 | 276 | 1 | 123 | 0 | 143 | 31 | 156 | 143 | 45 |
| Binary | 100001 | 10111110 | 1 | 1010011 | 0 | 1100011 | 11001 | 1101110 | 1100011 | 100101 |
Color Harmonies of #21BE01
Complementary color
Monochromatic Colors of #21BE01
Black with #21BE01
Text Example
Text Example
White with #21BE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BE01; }
p { color: rgb(33,190,1); }
H1.HeaderClassName
{
color: #21BE01;
}
.AnyTagClassName
{
color: #21BE01;
}
</style>
background-color css
<style>
a { background-color: #21BE01; }
a { background-color: rgb(33,190,1); }
div.DivClassName
{
background-color: #21BE01;
}
.BgClassName
{
background-color: #21BE01;
}
</style>
border-color css
<style>
span { border-color: #21BE01; }
span { border-color: rgb(33,190,1); }
td.TdClassName
{
border-color: #21BE01;
}
.TagClassName
{
border-color: #21BE01;
}
</style>