Shades of Dark Pastel Green #05DF2C
Tints of Dark Pastel Green #05DF2C
RGB
CMYK
RGB Variations
Color information
#05DF2C (or 0x05DF2C) is known color: Dark Pastel Green. HEX triplet: 05, DF and 2C. RGB value is (5,223,44). Sum of RGB (Red+Green+Blue) = 5+223+44=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 223 (87.5% from 255 or 81.99% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DF2C is #FA20D3. Grayscale: #898989. Windows color (decimal): -16392404 or 2940677. OLE color: 2940677.
HSL color Cylindrical-coordinate representation of color #05DF2C: hue angle of 130.73º 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 #05DF2C is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 44 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.13 |
| HSL | 130.73º | 0.96% | 0.45% | - |
| HSV(B) | 130.73º | 0.98% | 0.87% | - |
| XYZ | 26.9 | 52.99 | 11.19 | - |
| YUV | 137.41 | 75.28 | 33.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 44 | 0.98 | 0 | 0.80 | 0.13 | 130.73 | 0.96 | 0.45 |
| Hex | 5 | DF | 2C | 62 | 0 | 50 | D | 83 | 60 | 2D |
| Octal | 5 | 337 | 54 | 142 | 0 | 120 | 15 | 203 | 140 | 55 |
| Binary | 101 | 11011111 | 101100 | 1100010 | 0 | 1010000 | 1101 | 10000011 | 1100000 | 101101 |
Color Harmonies of #05DF2C
Complementary color
Monochromatic Colors of #05DF2C
Black with #05DF2C
Text Example
Text Example
White with #05DF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF2C; }
p { color: rgb(5,223,44); }
H1.HeaderClassName
{
color: #05DF2C;
}
.AnyTagClassName
{
color: #05DF2C;
}
</style>
background-color css
<style>
a { background-color: #05DF2C; }
a { background-color: rgb(5,223,44); }
div.DivClassName
{
background-color: #05DF2C;
}
.BgClassName
{
background-color: #05DF2C;
}
</style>
border-color css
<style>
span { border-color: #05DF2C; }
span { border-color: rgb(5,223,44); }
td.TdClassName
{
border-color: #05DF2C;
}
.TagClassName
{
border-color: #05DF2C;
}
</style>