Shades of Dark Pastel Green #05D624
Tints of Dark Pastel Green #05D624
RGB
CMYK
RGB Variations
Color information
#05D624 (or 0x05D624) is known color: Dark Pastel Green. HEX triplet: 05, D6 and 24. RGB value is (5,214,36). Sum of RGB (Red+Green+Blue) = 5+214+36=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 214 (83.98% from 255 or 83.92% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 214 - color contains mainly: green. Hex color #05D624 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D624 is #FA29DB. Grayscale: #838383. Windows color (decimal): -16394716 or 2414085. OLE color: 2414085.
HSL color Cylindrical-coordinate representation of color #05D624: hue angle of 128.9º 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 #05D624 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 214 | 36 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.16 |
| HSL | 128.9º | 0.95% | 0.43% | - |
| HSV(B) | 128.9º | 0.98% | 0.84% | - |
| XYZ | 24.43 | 48.25 | 9.7 | - |
| YUV | 131.22 | 74.26 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 214 | 36 | 0.98 | 0 | 0.83 | 0.16 | 128.9 | 0.95 | 0.43 |
| Hex | 5 | D6 | 24 | 62 | 0 | 53 | 10 | 81 | 5F | 2B |
| Octal | 5 | 326 | 44 | 142 | 0 | 123 | 20 | 201 | 137 | 53 |
| Binary | 101 | 11010110 | 100100 | 1100010 | 0 | 1010011 | 10000 | 10000001 | 1011111 | 101011 |
Color Harmonies of #05D624
Complementary color
Monochromatic Colors of #05D624
Black with #05D624
Text Example
Text Example
White with #05D624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D624; }
p { color: rgb(5,214,36); }
H1.HeaderClassName
{
color: #05D624;
}
.AnyTagClassName
{
color: #05D624;
}
</style>
background-color css
<style>
a { background-color: #05D624; }
a { background-color: rgb(5,214,36); }
div.DivClassName
{
background-color: #05D624;
}
.BgClassName
{
background-color: #05D624;
}
</style>
border-color css
<style>
span { border-color: #05D624; }
span { border-color: rgb(5,214,36); }
td.TdClassName
{
border-color: #05D624;
}
.TagClassName
{
border-color: #05D624;
}
</style>