Shades of Dark Pastel Green #05E02D
Tints of Dark Pastel Green #05E02D
RGB
CMYK
RGB Variations
Color information
#05E02D (or 0x05E02D) is known color: Dark Pastel Green. HEX triplet: 05, E0 and 2D. RGB value is (5,224,45). Sum of RGB (Red+Green+Blue) = 5+224+45=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 224 (87.89% from 255 or 81.75% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 224 - color contains mainly: green. Hex color #05E02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E02D is #FA1FD2. Grayscale: #8A8A8A. Windows color (decimal): -16392147 or 3006469. OLE color: 3006469.
HSL color Cylindrical-coordinate representation of color #05E02D: hue angle of 130.96º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E02D is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 224 | 45 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.12 |
| HSL | 130.96º | 0.96% | 0.45% | - |
| HSV(B) | 130.96º | 0.98% | 0.88% | - |
| XYZ | 27.19 | 53.53 | 11.38 | - |
| YUV | 138.11 | 75.45 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 45 | 0.98 | 0 | 0.80 | 0.12 | 130.96 | 0.96 | 0.45 |
| Hex | 5 | E0 | 2D | 62 | 0 | 50 | C | 83 | 60 | 2D |
| Octal | 5 | 340 | 55 | 142 | 0 | 120 | 14 | 203 | 140 | 55 |
| Binary | 101 | 11100000 | 101101 | 1100010 | 0 | 1010000 | 1100 | 10000011 | 1100000 | 101101 |
Color Harmonies of #05E02D
Complementary color
Monochromatic Colors of #05E02D
Black with #05E02D
Text Example
Text Example
White with #05E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E02D; }
p { color: rgb(5,224,45); }
H1.HeaderClassName
{
color: #05E02D;
}
.AnyTagClassName
{
color: #05E02D;
}
</style>
background-color css
<style>
a { background-color: #05E02D; }
a { background-color: rgb(5,224,45); }
div.DivClassName
{
background-color: #05E02D;
}
.BgClassName
{
background-color: #05E02D;
}
</style>
border-color css
<style>
span { border-color: #05E02D; }
span { border-color: rgb(5,224,45); }
td.TdClassName
{
border-color: #05E02D;
}
.TagClassName
{
border-color: #05E02D;
}
</style>