Shades of Dark Pastel Green #05C844
Tints of Dark Pastel Green #05C844
RGB
CMYK
RGB Variations
Color information
#05C844 (or 0x05C844) is known color: Dark Pastel Green. HEX triplet: 05, C8 and 44. RGB value is (5,200,68). Sum of RGB (Red+Green+Blue) = 5+200+68=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 200 (78.52% from 255 or 73.26% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 200 - color contains mainly: green. Hex color #05C844 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C844 is #FA37BB. Grayscale: #7E7E7E. Windows color (decimal): -16398268 or 4507653. OLE color: 4507653.
HSL color Cylindrical-coordinate representation of color #05C844: hue angle of 139.38º 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 #05C844 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 68 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.22 |
| HSL | 139.38º | 0.95% | 0.4% | - |
| HSV(B) | 139.38º | 0.98% | 0.78% | - |
| XYZ | 21.76 | 41.76 | 12.38 | - |
| YUV | 126.65 | 94.9 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 68 | 0.98 | 0 | 0.66 | 0.22 | 139.38 | 0.95 | 0.4 |
| Hex | 5 | C8 | 44 | 62 | 0 | 42 | 16 | 8B | 5F | 28 |
| Octal | 5 | 310 | 104 | 142 | 0 | 102 | 26 | 213 | 137 | 50 |
| Binary | 101 | 11001000 | 1000100 | 1100010 | 0 | 1000010 | 10110 | 10001011 | 1011111 | 101000 |
Color Harmonies of #05C844
Complementary color
Monochromatic Colors of #05C844
Black with #05C844
Text Example
Text Example
White with #05C844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C844; }
p { color: rgb(5,200,68); }
H1.HeaderClassName
{
color: #05C844;
}
.AnyTagClassName
{
color: #05C844;
}
</style>
background-color css
<style>
a { background-color: #05C844; }
a { background-color: rgb(5,200,68); }
div.DivClassName
{
background-color: #05C844;
}
.BgClassName
{
background-color: #05C844;
}
</style>
border-color css
<style>
span { border-color: #05C844; }
span { border-color: rgb(5,200,68); }
td.TdClassName
{
border-color: #05C844;
}
.TagClassName
{
border-color: #05C844;
}
</style>