Shades of Dark Pastel Green #05E02C
Tints of Dark Pastel Green #05E02C
RGB
CMYK
RGB Variations
Color information
#05E02C (or 0x05E02C) is known color: Dark Pastel Green. HEX triplet: 05, E0 and 2C. RGB value is (5,224,44). Sum of RGB (Red+Green+Blue) = 5+224+44=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 224 (87.89% from 255 or 82.05% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 224 - color contains mainly: green. Hex color #05E02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E02C is #FA1FD3. Grayscale: #8A8A8A. Windows color (decimal): -16392148 or 2940933. OLE color: 2940933.
HSL color Cylindrical-coordinate representation of color #05E02C: hue angle of 130.68º 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 #05E02C is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 224 | 44 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.12 |
| HSL | 130.68º | 0.96% | 0.45% | - |
| HSV(B) | 130.68º | 0.98% | 0.88% | - |
| XYZ | 27.17 | 53.53 | 11.28 | - |
| YUV | 138 | 74.95 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 44 | 0.98 | 0 | 0.80 | 0.12 | 130.68 | 0.96 | 0.45 |
| Hex | 5 | E0 | 2C | 62 | 0 | 50 | C | 83 | 60 | 2D |
| Octal | 5 | 340 | 54 | 142 | 0 | 120 | 14 | 203 | 140 | 55 |
| Binary | 101 | 11100000 | 101100 | 1100010 | 0 | 1010000 | 1100 | 10000011 | 1100000 | 101101 |
Color Harmonies of #05E02C
Complementary color
Monochromatic Colors of #05E02C
Black with #05E02C
Text Example
Text Example
White with #05E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E02C; }
p { color: rgb(5,224,44); }
H1.HeaderClassName
{
color: #05E02C;
}
.AnyTagClassName
{
color: #05E02C;
}
</style>
background-color css
<style>
a { background-color: #05E02C; }
a { background-color: rgb(5,224,44); }
div.DivClassName
{
background-color: #05E02C;
}
.BgClassName
{
background-color: #05E02C;
}
</style>
border-color css
<style>
span { border-color: #05E02C; }
span { border-color: rgb(5,224,44); }
td.TdClassName
{
border-color: #05E02C;
}
.TagClassName
{
border-color: #05E02C;
}
</style>