Shades of Dark Pastel Green #21BA4B
Tints of Dark Pastel Green #21BA4B
RGB
CMYK
RGB Variations
Color information
#21BA4B (or 0x21BA4B) is known color: Dark Pastel Green. HEX triplet: 21, BA and 4B. RGB value is (33,186,75). Sum of RGB (Red+Green+Blue) = 33+186+75=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA4B is #DE45B4. Grayscale: #7F7F7F. Windows color (decimal): -14566837 or 4962849. OLE color: 4962849.
HSL color Cylindrical-coordinate representation of color #21BA4B: hue angle of 136.47º 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 #21BA4B is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 75 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.27 |
| HSL | 136.47º | 0.7% | 0.43% | - |
| HSV(B) | 136.47º | 0.82% | 0.73% | - |
| XYZ | 19.46 | 35.95 | 12.57 | - |
| YUV | 127.6 | 98.31 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 75 | 0.82 | 0 | 0.60 | 0.27 | 136.47 | 0.7 | 0.43 |
| Hex | 21 | BA | 4B | 52 | 0 | 3C | 1B | 88 | 46 | 2B |
| Octal | 41 | 272 | 113 | 122 | 0 | 74 | 33 | 210 | 106 | 53 |
| Binary | 100001 | 10111010 | 1001011 | 1010010 | 0 | 111100 | 11011 | 10001000 | 1000110 | 101011 |
Color Harmonies of #21BA4B
Complementary color
Monochromatic Colors of #21BA4B
Black with #21BA4B
Text Example
Text Example
White with #21BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA4B; }
p { color: rgb(33,186,75); }
H1.HeaderClassName
{
color: #21BA4B;
}
.AnyTagClassName
{
color: #21BA4B;
}
</style>
background-color css
<style>
a { background-color: #21BA4B; }
a { background-color: rgb(33,186,75); }
div.DivClassName
{
background-color: #21BA4B;
}
.BgClassName
{
background-color: #21BA4B;
}
</style>
border-color css
<style>
span { border-color: #21BA4B; }
span { border-color: rgb(33,186,75); }
td.TdClassName
{
border-color: #21BA4B;
}
.TagClassName
{
border-color: #21BA4B;
}
</style>