Shades of Dark Pastel Green #05D229
Tints of Dark Pastel Green #05D229
RGB
CMYK
RGB Variations
Color information
#05D229 (or 0x05D229) is known color: Dark Pastel Green. HEX triplet: 05, D2 and 29. RGB value is (5,210,41). Sum of RGB (Red+Green+Blue) = 5+210+41=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 210 (82.42% from 255 or 82.03% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 210 - color contains mainly: green. Hex color #05D229 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D229 is #FA2DD6. Grayscale: #818181. Windows color (decimal): -16395735 or 2740741. OLE color: 2740741.
HSL color Cylindrical-coordinate representation of color #05D229: hue angle of 130.54º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D229 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 210 | 41 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.18 |
| HSL | 130.54º | 0.95% | 0.42% | - |
| HSV(B) | 130.54º | 0.98% | 0.82% | - |
| XYZ | 23.51 | 46.29 | 9.79 | - |
| YUV | 129.44 | 78.08 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 210 | 41 | 0.98 | 0 | 0.80 | 0.18 | 130.54 | 0.95 | 0.42 |
| Hex | 5 | D2 | 29 | 62 | 0 | 50 | 12 | 83 | 5F | 2A |
| Octal | 5 | 322 | 51 | 142 | 0 | 120 | 22 | 203 | 137 | 52 |
| Binary | 101 | 11010010 | 101001 | 1100010 | 0 | 1010000 | 10010 | 10000011 | 1011111 | 101010 |
Color Harmonies of #05D229
Complementary color
Monochromatic Colors of #05D229
Black with #05D229
Text Example
Text Example
White with #05D229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D229; }
p { color: rgb(5,210,41); }
H1.HeaderClassName
{
color: #05D229;
}
.AnyTagClassName
{
color: #05D229;
}
</style>
background-color css
<style>
a { background-color: #05D229; }
a { background-color: rgb(5,210,41); }
div.DivClassName
{
background-color: #05D229;
}
.BgClassName
{
background-color: #05D229;
}
</style>
border-color css
<style>
span { border-color: #05D229; }
span { border-color: rgb(5,210,41); }
td.TdClassName
{
border-color: #05D229;
}
.TagClassName
{
border-color: #05D229;
}
</style>