Shades of Dark Pastel Green #05DE32
Tints of Dark Pastel Green #05DE32
RGB
CMYK
RGB Variations
Color information
#05DE32 (or 0x05DE32) is known color: Dark Pastel Green. HEX triplet: 05, DE and 32. RGB value is (5,222,50). Sum of RGB (Red+Green+Blue) = 5+222+50=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 222 (87.11% from 255 or 80.14% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 222 - color contains mainly: green. Hex color #05DE32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DE32 is #FA21CD. Grayscale: #898989. Windows color (decimal): -16392654 or 3333637. OLE color: 3333637.
HSL color Cylindrical-coordinate representation of color #05DE32: hue angle of 132.44º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DE32 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 222 | 50 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.13 |
| HSL | 132.44º | 0.96% | 0.45% | - |
| HSV(B) | 132.44º | 0.98% | 0.87% | - |
| XYZ | 26.76 | 52.51 | 11.74 | - |
| YUV | 137.51 | 78.61 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 222 | 50 | 0.98 | 0 | 0.77 | 0.13 | 132.44 | 0.96 | 0.45 |
| Hex | 5 | DE | 32 | 62 | 0 | 4D | D | 84 | 60 | 2D |
| Octal | 5 | 336 | 62 | 142 | 0 | 115 | 15 | 204 | 140 | 55 |
| Binary | 101 | 11011110 | 110010 | 1100010 | 0 | 1001101 | 1101 | 10000100 | 1100000 | 101101 |
Color Harmonies of #05DE32
Complementary color
Monochromatic Colors of #05DE32
Black with #05DE32
Text Example
Text Example
White with #05DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DE32; }
p { color: rgb(5,222,50); }
H1.HeaderClassName
{
color: #05DE32;
}
.AnyTagClassName
{
color: #05DE32;
}
</style>
background-color css
<style>
a { background-color: #05DE32; }
a { background-color: rgb(5,222,50); }
div.DivClassName
{
background-color: #05DE32;
}
.BgClassName
{
background-color: #05DE32;
}
</style>
border-color css
<style>
span { border-color: #05DE32; }
span { border-color: rgb(5,222,50); }
td.TdClassName
{
border-color: #05DE32;
}
.TagClassName
{
border-color: #05DE32;
}
</style>