Shades of Dark Pastel Green #21BD50
Tints of Dark Pastel Green #21BD50
RGB
CMYK
RGB Variations
Color information
#21BD50 (or 0x21BD50) is known color: Dark Pastel Green. HEX triplet: 21, BD and 50. RGB value is (33,189,80). Sum of RGB (Red+Green+Blue) = 33+189+80=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD50 is #DE42AF. Grayscale: #828282. Windows color (decimal): -14566064 or 5291297. OLE color: 5291297.
HSL color Cylindrical-coordinate representation of color #21BD50: hue angle of 138.08º 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 #21BD50 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 80 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.26 |
| HSL | 138.08º | 0.7% | 0.44% | - |
| HSV(B) | 138.08º | 0.83% | 0.74% | - |
| XYZ | 20.27 | 37.3 | 13.72 | - |
| YUV | 129.93 | 99.82 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 80 | 0.83 | 0 | 0.58 | 0.26 | 138.08 | 0.7 | 0.44 |
| Hex | 21 | BD | 50 | 53 | 0 | 3A | 1A | 8A | 46 | 2C |
| Octal | 41 | 275 | 120 | 123 | 0 | 72 | 32 | 212 | 106 | 54 |
| Binary | 100001 | 10111101 | 1010000 | 1010011 | 0 | 111010 | 11010 | 10001010 | 1000110 | 101100 |
Color Harmonies of #21BD50
Complementary color
Monochromatic Colors of #21BD50
Black with #21BD50
Text Example
Text Example
White with #21BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD50; }
p { color: rgb(33,189,80); }
H1.HeaderClassName
{
color: #21BD50;
}
.AnyTagClassName
{
color: #21BD50;
}
</style>
background-color css
<style>
a { background-color: #21BD50; }
a { background-color: rgb(33,189,80); }
div.DivClassName
{
background-color: #21BD50;
}
.BgClassName
{
background-color: #21BD50;
}
</style>
border-color css
<style>
span { border-color: #21BD50; }
span { border-color: rgb(33,189,80); }
td.TdClassName
{
border-color: #21BD50;
}
.TagClassName
{
border-color: #21BD50;
}
</style>