Shades of Dark Pastel Green #05C835
Tints of Dark Pastel Green #05C835
RGB
CMYK
RGB Variations
Color information
#05C835 (or 0x05C835) is known color: Dark Pastel Green. HEX triplet: 05, C8 and 35. RGB value is (5,200,53). Sum of RGB (Red+Green+Blue) = 5+200+53=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 200 (78.52% from 255 or 77.52% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 200 - color contains mainly: green. Hex color #05C835 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C835 is #FA37CA. Grayscale: #7D7D7D. Windows color (decimal): -16398283 or 3524613. OLE color: 3524613.
HSL color Cylindrical-coordinate representation of color #05C835: hue angle of 134.77º 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 #05C835 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 53 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.22 |
| HSL | 134.77º | 0.95% | 0.4% | - |
| HSV(B) | 134.77º | 0.98% | 0.78% | - |
| XYZ | 21.36 | 41.6 | 10.27 | - |
| YUV | 124.94 | 87.4 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 53 | 0.98 | 0 | 0.74 | 0.22 | 134.77 | 0.95 | 0.4 |
| Hex | 5 | C8 | 35 | 62 | 0 | 4A | 16 | 87 | 5F | 28 |
| Octal | 5 | 310 | 65 | 142 | 0 | 112 | 26 | 207 | 137 | 50 |
| Binary | 101 | 11001000 | 110101 | 1100010 | 0 | 1001010 | 10110 | 10000111 | 1011111 | 101000 |
Color Harmonies of #05C835
Complementary color
Monochromatic Colors of #05C835
Black with #05C835
Text Example
Text Example
White with #05C835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C835; }
p { color: rgb(5,200,53); }
H1.HeaderClassName
{
color: #05C835;
}
.AnyTagClassName
{
color: #05C835;
}
</style>
background-color css
<style>
a { background-color: #05C835; }
a { background-color: rgb(5,200,53); }
div.DivClassName
{
background-color: #05C835;
}
.BgClassName
{
background-color: #05C835;
}
</style>
border-color css
<style>
span { border-color: #05C835; }
span { border-color: rgb(5,200,53); }
td.TdClassName
{
border-color: #05C835;
}
.TagClassName
{
border-color: #05C835;
}
</style>