Shades of Dark Pastel Green #05C824
Tints of Dark Pastel Green #05C824
RGB
CMYK
RGB Variations
Color information
#05C824 (or 0x05C824) is known color: Dark Pastel Green. HEX triplet: 05, C8 and 24. RGB value is (5,200,36). Sum of RGB (Red+Green+Blue) = 5+200+36=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 200 (78.52% from 255 or 82.99% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 200 - color contains mainly: green. Hex color #05C824 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C824 is #FA37DB. Grayscale: #7B7B7B. Windows color (decimal): -16398300 or 2410501. OLE color: 2410501.
HSL color Cylindrical-coordinate representation of color #05C824: hue angle of 129.54º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C824 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 36 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.22 |
| HSL | 129.54º | 0.95% | 0.4% | - |
| HSV(B) | 129.54º | 0.98% | 0.78% | - |
| XYZ | 21.04 | 41.47 | 8.56 | - |
| YUV | 123 | 78.9 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 36 | 0.98 | 0 | 0.82 | 0.22 | 129.54 | 0.95 | 0.4 |
| Hex | 5 | C8 | 24 | 62 | 0 | 52 | 16 | 82 | 5F | 28 |
| Octal | 5 | 310 | 44 | 142 | 0 | 122 | 26 | 202 | 137 | 50 |
| Binary | 101 | 11001000 | 100100 | 1100010 | 0 | 1010010 | 10110 | 10000010 | 1011111 | 101000 |
Color Harmonies of #05C824
Complementary color
Monochromatic Colors of #05C824
Black with #05C824
Text Example
Text Example
White with #05C824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C824; }
p { color: rgb(5,200,36); }
H1.HeaderClassName
{
color: #05C824;
}
.AnyTagClassName
{
color: #05C824;
}
</style>
background-color css
<style>
a { background-color: #05C824; }
a { background-color: rgb(5,200,36); }
div.DivClassName
{
background-color: #05C824;
}
.BgClassName
{
background-color: #05C824;
}
</style>
border-color css
<style>
span { border-color: #05C824; }
span { border-color: rgb(5,200,36); }
td.TdClassName
{
border-color: #05C824;
}
.TagClassName
{
border-color: #05C824;
}
</style>