Shades of Dark Pastel Green #21BD4F
Tints of Dark Pastel Green #21BD4F
RGB
CMYK
RGB Variations
Color information
#21BD4F (or 0x21BD4F) is known color: Dark Pastel Green. HEX triplet: 21, BD and 4F. RGB value is (33,189,79). Sum of RGB (Red+Green+Blue) = 33+189+79=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 189 (74.22% from 255 or 62.79% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD4F is #DE42B0. Grayscale: #828282. Windows color (decimal): -14566065 or 5225761. OLE color: 5225761.
HSL color Cylindrical-coordinate representation of color #21BD4F: hue angle of 137.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BD4F is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 79 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.26 |
| HSL | 137.69º | 0.7% | 0.44% | - |
| HSV(B) | 137.69º | 0.83% | 0.74% | - |
| XYZ | 20.24 | 37.28 | 13.53 | - |
| YUV | 129.82 | 99.32 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 79 | 0.83 | 0 | 0.58 | 0.26 | 137.69 | 0.7 | 0.44 |
| Hex | 21 | BD | 4F | 53 | 0 | 3A | 1A | 8A | 46 | 2C |
| Octal | 41 | 275 | 117 | 123 | 0 | 72 | 32 | 212 | 106 | 54 |
| Binary | 100001 | 10111101 | 1001111 | 1010011 | 0 | 111010 | 11010 | 10001010 | 1000110 | 101100 |
Color Harmonies of #21BD4F
Complementary color
Monochromatic Colors of #21BD4F
Black with #21BD4F
Text Example
Text Example
White with #21BD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD4F; }
p { color: rgb(33,189,79); }
H1.HeaderClassName
{
color: #21BD4F;
}
.AnyTagClassName
{
color: #21BD4F;
}
</style>
background-color css
<style>
a { background-color: #21BD4F; }
a { background-color: rgb(33,189,79); }
div.DivClassName
{
background-color: #21BD4F;
}
.BgClassName
{
background-color: #21BD4F;
}
</style>
border-color css
<style>
span { border-color: #21BD4F; }
span { border-color: rgb(33,189,79); }
td.TdClassName
{
border-color: #21BD4F;
}
.TagClassName
{
border-color: #21BD4F;
}
</style>