Shades of Dark Pastel Green #05D521
Tints of Dark Pastel Green #05D521
RGB
CMYK
RGB Variations
Color information
#05D521 (or 0x05D521) is known color: Dark Pastel Green. HEX triplet: 05, D5 and 21. RGB value is (5,213,33). Sum of RGB (Red+Green+Blue) = 5+213+33=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 213 (83.59% from 255 or 84.86% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 213 - color contains mainly: green. Hex color #05D521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D521 is #FA2ADE. Grayscale: #828282. Windows color (decimal): -16394975 or 2217221. OLE color: 2217221.
HSL color Cylindrical-coordinate representation of color #05D521: hue angle of 128.08º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D521 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 33 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.16 |
| HSL | 128.08º | 0.95% | 0.43% | - |
| HSV(B) | 128.08º | 0.98% | 0.84% | - |
| XYZ | 24.13 | 47.73 | 9.38 | - |
| YUV | 130.29 | 73.09 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 33 | 0.98 | 0 | 0.85 | 0.16 | 128.08 | 0.95 | 0.43 |
| Hex | 5 | D5 | 21 | 62 | 0 | 55 | 10 | 80 | 5F | 2B |
| Octal | 5 | 325 | 41 | 142 | 0 | 125 | 20 | 200 | 137 | 53 |
| Binary | 101 | 11010101 | 100001 | 1100010 | 0 | 1010101 | 10000 | 10000000 | 1011111 | 101011 |
Color Harmonies of #05D521
Complementary color
Monochromatic Colors of #05D521
Black with #05D521
Text Example
Text Example
White with #05D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D521; }
p { color: rgb(5,213,33); }
H1.HeaderClassName
{
color: #05D521;
}
.AnyTagClassName
{
color: #05D521;
}
</style>
background-color css
<style>
a { background-color: #05D521; }
a { background-color: rgb(5,213,33); }
div.DivClassName
{
background-color: #05D521;
}
.BgClassName
{
background-color: #05D521;
}
</style>
border-color css
<style>
span { border-color: #05D521; }
span { border-color: rgb(5,213,33); }
td.TdClassName
{
border-color: #05D521;
}
.TagClassName
{
border-color: #05D521;
}
</style>