Shades of Dark Pastel Green #05D124
Tints of Dark Pastel Green #05D124
RGB
CMYK
RGB Variations
Color information
#05D124 (or 0x05D124) is known color: Dark Pastel Green. HEX triplet: 05, D1 and 24. RGB value is (5,209,36). Sum of RGB (Red+Green+Blue) = 5+209+36=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 209 (82.03% from 255 or 83.6% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 209 - color contains mainly: green. Hex color #05D124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D124 is #FA2EDB. Grayscale: #808080. Windows color (decimal): -16395996 or 2412805. OLE color: 2412805.
HSL color Cylindrical-coordinate representation of color #05D124: hue angle of 129.12º 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 #05D124 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 209 | 36 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.18 |
| HSL | 129.12º | 0.95% | 0.42% | - |
| HSV(B) | 129.12º | 0.98% | 0.82% | - |
| XYZ | 23.18 | 45.76 | 9.28 | - |
| YUV | 128.28 | 75.91 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 209 | 36 | 0.98 | 0 | 0.83 | 0.18 | 129.12 | 0.95 | 0.42 |
| Hex | 5 | D1 | 24 | 62 | 0 | 53 | 12 | 81 | 5F | 2A |
| Octal | 5 | 321 | 44 | 142 | 0 | 123 | 22 | 201 | 137 | 52 |
| Binary | 101 | 11010001 | 100100 | 1100010 | 0 | 1010011 | 10010 | 10000001 | 1011111 | 101010 |
Color Harmonies of #05D124
Complementary color
Monochromatic Colors of #05D124
Black with #05D124
Text Example
Text Example
White with #05D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D124; }
p { color: rgb(5,209,36); }
H1.HeaderClassName
{
color: #05D124;
}
.AnyTagClassName
{
color: #05D124;
}
</style>
background-color css
<style>
a { background-color: #05D124; }
a { background-color: rgb(5,209,36); }
div.DivClassName
{
background-color: #05D124;
}
.BgClassName
{
background-color: #05D124;
}
</style>
border-color css
<style>
span { border-color: #05D124; }
span { border-color: rgb(5,209,36); }
td.TdClassName
{
border-color: #05D124;
}
.TagClassName
{
border-color: #05D124;
}
</style>