Shades of Dark Pastel Green #05C81E
Tints of Dark Pastel Green #05C81E
RGB
CMYK
RGB Variations
Color information
#05C81E (or 0x05C81E) is known color: Dark Pastel Green. HEX triplet: 05, C8 and 1E. RGB value is (5,200,30). Sum of RGB (Red+Green+Blue) = 5+200+30=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 200 (78.52% from 255 or 85.11% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 200 - color contains mainly: green. Hex color #05C81E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C81E is #FA37E1. Grayscale: #7A7A7A. Windows color (decimal): -16398306 or 2017285. OLE color: 2017285.
HSL color Cylindrical-coordinate representation of color #05C81E: hue angle of 127.69º 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 #05C81E is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 30 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.22 |
| HSL | 127.69º | 0.95% | 0.4% | - |
| HSV(B) | 127.69º | 0.98% | 0.78% | - |
| XYZ | 20.95 | 41.43 | 8.12 | - |
| YUV | 122.32 | 75.9 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 30 | 0.98 | 0 | 0.85 | 0.22 | 127.69 | 0.95 | 0.4 |
| Hex | 5 | C8 | 1E | 62 | 0 | 55 | 16 | 80 | 5F | 28 |
| Octal | 5 | 310 | 36 | 142 | 0 | 125 | 26 | 200 | 137 | 50 |
| Binary | 101 | 11001000 | 11110 | 1100010 | 0 | 1010101 | 10110 | 10000000 | 1011111 | 101000 |
Color Harmonies of #05C81E
Complementary color
Monochromatic Colors of #05C81E
Black with #05C81E
Text Example
Text Example
White with #05C81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C81E; }
p { color: rgb(5,200,30); }
H1.HeaderClassName
{
color: #05C81E;
}
.AnyTagClassName
{
color: #05C81E;
}
</style>
background-color css
<style>
a { background-color: #05C81E; }
a { background-color: rgb(5,200,30); }
div.DivClassName
{
background-color: #05C81E;
}
.BgClassName
{
background-color: #05C81E;
}
</style>
border-color css
<style>
span { border-color: #05C81E; }
span { border-color: rgb(5,200,30); }
td.TdClassName
{
border-color: #05C81E;
}
.TagClassName
{
border-color: #05C81E;
}
</style>