Shades of Dark Pastel Green #05CE20
Tints of Dark Pastel Green #05CE20
RGB
CMYK
RGB Variations
Color information
#05CE20 (or 0x05CE20) is known color: Dark Pastel Green. HEX triplet: 05, CE and 20. RGB value is (5,206,32). Sum of RGB (Red+Green+Blue) = 5+206+32=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 206 (80.86% from 255 or 84.77% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CE20 is #FA31DF. Grayscale: #7E7E7E. Windows color (decimal): -16396768 or 2149893. OLE color: 2149893.
HSL color Cylindrical-coordinate representation of color #05CE20: hue angle of 128.06º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CE20 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 32 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.19 |
| HSL | 128.06º | 0.95% | 0.41% | - |
| HSV(B) | 128.06º | 0.98% | 0.81% | - |
| XYZ | 22.39 | 44.28 | 8.73 | - |
| YUV | 126.07 | 74.91 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 32 | 0.98 | 0 | 0.84 | 0.19 | 128.06 | 0.95 | 0.41 |
| Hex | 5 | CE | 20 | 62 | 0 | 54 | 13 | 80 | 5F | 29 |
| Octal | 5 | 316 | 40 | 142 | 0 | 124 | 23 | 200 | 137 | 51 |
| Binary | 101 | 11001110 | 100000 | 1100010 | 0 | 1010100 | 10011 | 10000000 | 1011111 | 101001 |
Color Harmonies of #05CE20
Complementary color
Monochromatic Colors of #05CE20
Black with #05CE20
Text Example
Text Example
White with #05CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE20; }
p { color: rgb(5,206,32); }
H1.HeaderClassName
{
color: #05CE20;
}
.AnyTagClassName
{
color: #05CE20;
}
</style>
background-color css
<style>
a { background-color: #05CE20; }
a { background-color: rgb(5,206,32); }
div.DivClassName
{
background-color: #05CE20;
}
.BgClassName
{
background-color: #05CE20;
}
</style>
border-color css
<style>
span { border-color: #05CE20; }
span { border-color: rgb(5,206,32); }
td.TdClassName
{
border-color: #05CE20;
}
.TagClassName
{
border-color: #05CE20;
}
</style>