Shades of Dark Pastel Green #05D929
Tints of Dark Pastel Green #05D929
RGB
CMYK
RGB Variations
Color information
#05D929 (or 0x05D929) is known color: Dark Pastel Green. HEX triplet: 05, D9 and 29. RGB value is (5,217,41). Sum of RGB (Red+Green+Blue) = 5+217+41=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 217 (85.16% from 255 or 82.51% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 217 - color contains mainly: green. Hex color #05D929 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D929 is #FA26D6. Grayscale: #868686. Windows color (decimal): -16393943 or 2742533. OLE color: 2742533.
HSL color Cylindrical-coordinate representation of color #05D929: hue angle of 130.19º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D929 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 41 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.15 |
| HSL | 130.19º | 0.95% | 0.44% | - |
| HSV(B) | 130.19º | 0.98% | 0.85% | - |
| XYZ | 25.28 | 49.82 | 10.38 | - |
| YUV | 133.55 | 75.76 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 41 | 0.98 | 0 | 0.81 | 0.15 | 130.19 | 0.95 | 0.44 |
| Hex | 5 | D9 | 29 | 62 | 0 | 51 | F | 82 | 5F | 2C |
| Octal | 5 | 331 | 51 | 142 | 0 | 121 | 17 | 202 | 137 | 54 |
| Binary | 101 | 11011001 | 101001 | 1100010 | 0 | 1010001 | 1111 | 10000010 | 1011111 | 101100 |
Color Harmonies of #05D929
Complementary color
Monochromatic Colors of #05D929
Black with #05D929
Text Example
Text Example
White with #05D929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D929; }
p { color: rgb(5,217,41); }
H1.HeaderClassName
{
color: #05D929;
}
.AnyTagClassName
{
color: #05D929;
}
</style>
background-color css
<style>
a { background-color: #05D929; }
a { background-color: rgb(5,217,41); }
div.DivClassName
{
background-color: #05D929;
}
.BgClassName
{
background-color: #05D929;
}
</style>
border-color css
<style>
span { border-color: #05D929; }
span { border-color: rgb(5,217,41); }
td.TdClassName
{
border-color: #05D929;
}
.TagClassName
{
border-color: #05D929;
}
</style>