Shades of Dark Pastel Green #21C04B
Tints of Dark Pastel Green #21C04B
RGB
CMYK
RGB Variations
Color information
#21C04B (or 0x21C04B) is known color: Dark Pastel Green. HEX triplet: 21, C0 and 4B. RGB value is (33,192,75). Sum of RGB (Red+Green+Blue) = 33+192+75=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #21C04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C04B is #DE3FB4. Grayscale: #838383. Windows color (decimal): -14565301 or 4964385. OLE color: 4964385.
HSL color Cylindrical-coordinate representation of color #21C04B: hue angle of 135.85º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C04B is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 75 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.25 |
| HSL | 135.85º | 0.71% | 0.44% | - |
| HSV(B) | 135.85º | 0.83% | 0.75% | - |
| XYZ | 20.75 | 38.53 | 13 | - |
| YUV | 131.12 | 96.32 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 75 | 0.83 | 0 | 0.61 | 0.25 | 135.85 | 0.71 | 0.44 |
| Hex | 21 | C0 | 4B | 53 | 0 | 3D | 19 | 88 | 47 | 2C |
| Octal | 41 | 300 | 113 | 123 | 0 | 75 | 31 | 210 | 107 | 54 |
| Binary | 100001 | 11000000 | 1001011 | 1010011 | 0 | 111101 | 11001 | 10001000 | 1000111 | 101100 |
Color Harmonies of #21C04B
Complementary color
Monochromatic Colors of #21C04B
Black with #21C04B
Text Example
Text Example
White with #21C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C04B; }
p { color: rgb(33,192,75); }
H1.HeaderClassName
{
color: #21C04B;
}
.AnyTagClassName
{
color: #21C04B;
}
</style>
background-color css
<style>
a { background-color: #21C04B; }
a { background-color: rgb(33,192,75); }
div.DivClassName
{
background-color: #21C04B;
}
.BgClassName
{
background-color: #21C04B;
}
</style>
border-color css
<style>
span { border-color: #21C04B; }
span { border-color: rgb(33,192,75); }
td.TdClassName
{
border-color: #21C04B;
}
.TagClassName
{
border-color: #21C04B;
}
</style>