Shades of Dark Pastel Green #21B750
Tints of Dark Pastel Green #21B750
RGB
CMYK
RGB Variations
Color information
#21B750 (or 0x21B750) is known color: Dark Pastel Green. HEX triplet: 21, B7 and 50. RGB value is (33,183,80). Sum of RGB (Red+Green+Blue) = 33+183+80=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #21B750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B750 is #DE48AF. Grayscale: #7E7E7E. Windows color (decimal): -14567600 or 5289761. OLE color: 5289761.
HSL color Cylindrical-coordinate representation of color #21B750: hue angle of 138.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B750 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 80 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.28 |
| HSL | 138.8º | 0.69% | 0.42% | - |
| HSV(B) | 138.8º | 0.82% | 0.72% | - |
| XYZ | 19.01 | 34.77 | 13.3 | - |
| YUV | 126.41 | 101.81 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 80 | 0.82 | 0 | 0.56 | 0.28 | 138.8 | 0.69 | 0.42 |
| Hex | 21 | B7 | 50 | 52 | 0 | 38 | 1C | 8B | 45 | 2A |
| Octal | 41 | 267 | 120 | 122 | 0 | 70 | 34 | 213 | 105 | 52 |
| Binary | 100001 | 10110111 | 1010000 | 1010010 | 0 | 111000 | 11100 | 10001011 | 1000101 | 101010 |
Color Harmonies of #21B750
Complementary color
Monochromatic Colors of #21B750
Black with #21B750
Text Example
Text Example
White with #21B750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B750; }
p { color: rgb(33,183,80); }
H1.HeaderClassName
{
color: #21B750;
}
.AnyTagClassName
{
color: #21B750;
}
</style>
background-color css
<style>
a { background-color: #21B750; }
a { background-color: rgb(33,183,80); }
div.DivClassName
{
background-color: #21B750;
}
.BgClassName
{
background-color: #21B750;
}
</style>
border-color css
<style>
span { border-color: #21B750; }
span { border-color: rgb(33,183,80); }
td.TdClassName
{
border-color: #21B750;
}
.TagClassName
{
border-color: #21B750;
}
</style>