Shades of Dark Pastel Green #05C815
Tints of Dark Pastel Green #05C815
RGB
CMYK
RGB Variations
Color information
#05C815 (or 0x05C815) is known color: Dark Pastel Green. HEX triplet: 05, C8 and 15. RGB value is (5,200,21). Sum of RGB (Red+Green+Blue) = 5+200+21=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 200 (78.52% from 255 or 88.50% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 200 - color contains mainly: green. Hex color #05C815 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C815 is #FA37EA. Grayscale: #797979. Windows color (decimal): -16398315 or 1427461. OLE color: 1427461.
HSL color Cylindrical-coordinate representation of color #05C815: hue angle of 124.92º 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 #05C815 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 21 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.22 |
| HSL | 124.92º | 0.95% | 0.4% | - |
| HSV(B) | 124.92º | 0.98% | 0.78% | - |
| XYZ | 20.85 | 41.39 | 7.6 | - |
| YUV | 121.29 | 71.4 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 21 | 0.98 | 0 | 0.90 | 0.22 | 124.92 | 0.95 | 0.4 |
| Hex | 5 | C8 | 15 | 62 | 0 | 5A | 16 | 7D | 5F | 28 |
| Octal | 5 | 310 | 25 | 142 | 0 | 132 | 26 | 175 | 137 | 50 |
| Binary | 101 | 11001000 | 10101 | 1100010 | 0 | 1011010 | 10110 | 1111101 | 1011111 | 101000 |
Color Harmonies of #05C815
Complementary color
Monochromatic Colors of #05C815
Black with #05C815
Text Example
Text Example
White with #05C815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C815; }
p { color: rgb(5,200,21); }
H1.HeaderClassName
{
color: #05C815;
}
.AnyTagClassName
{
color: #05C815;
}
</style>
background-color css
<style>
a { background-color: #05C815; }
a { background-color: rgb(5,200,21); }
div.DivClassName
{
background-color: #05C815;
}
.BgClassName
{
background-color: #05C815;
}
</style>
border-color css
<style>
span { border-color: #05C815; }
span { border-color: rgb(5,200,21); }
td.TdClassName
{
border-color: #05C815;
}
.TagClassName
{
border-color: #05C815;
}
</style>