Shades of Dark Pastel Green #21BA4D
Tints of Dark Pastel Green #21BA4D
RGB
CMYK
RGB Variations
Color information
#21BA4D (or 0x21BA4D) is known color: Dark Pastel Green. HEX triplet: 21, BA and 4D. RGB value is (33,186,77). Sum of RGB (Red+Green+Blue) = 33+186+77=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BA4D is #DE45B2. Grayscale: #808080. Windows color (decimal): -14566835 or 5093921. OLE color: 5093921.
HSL color Cylindrical-coordinate representation of color #21BA4D: hue angle of 137.25º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA4D is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 77 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.27 |
| HSL | 137.25º | 0.7% | 0.43% | - |
| HSV(B) | 137.25º | 0.82% | 0.73% | - |
| XYZ | 19.53 | 35.98 | 12.94 | - |
| YUV | 127.83 | 99.31 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 77 | 0.82 | 0 | 0.59 | 0.27 | 137.25 | 0.7 | 0.43 |
| Hex | 21 | BA | 4D | 52 | 0 | 3B | 1B | 89 | 46 | 2B |
| Octal | 41 | 272 | 115 | 122 | 0 | 73 | 33 | 211 | 106 | 53 |
| Binary | 100001 | 10111010 | 1001101 | 1010010 | 0 | 111011 | 11011 | 10001001 | 1000110 | 101011 |
Color Harmonies of #21BA4D
Complementary color
Monochromatic Colors of #21BA4D
Black with #21BA4D
Text Example
Text Example
White with #21BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA4D; }
p { color: rgb(33,186,77); }
H1.HeaderClassName
{
color: #21BA4D;
}
.AnyTagClassName
{
color: #21BA4D;
}
</style>
background-color css
<style>
a { background-color: #21BA4D; }
a { background-color: rgb(33,186,77); }
div.DivClassName
{
background-color: #21BA4D;
}
.BgClassName
{
background-color: #21BA4D;
}
</style>
border-color css
<style>
span { border-color: #21BA4D; }
span { border-color: rgb(33,186,77); }
td.TdClassName
{
border-color: #21BA4D;
}
.TagClassName
{
border-color: #21BA4D;
}
</style>