Shades of Dark Pastel Green #05D62C
Tints of Dark Pastel Green #05D62C
RGB
CMYK
RGB Variations
Color information
#05D62C (or 0x05D62C) is known color: Dark Pastel Green. HEX triplet: 05, D6 and 2C. RGB value is (5,214,44). Sum of RGB (Red+Green+Blue) = 5+214+44=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 214 (83.98% from 255 or 81.37% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 214 - color contains mainly: green. Hex color #05D62C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D62C is #FA29D3. Grayscale: #848484. Windows color (decimal): -16394708 or 2938373. OLE color: 2938373.
HSL color Cylindrical-coordinate representation of color #05D62C: hue angle of 131.2º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D62C is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 214 | 44 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.16 |
| HSL | 131.2º | 0.95% | 0.43% | - |
| HSV(B) | 131.2º | 0.98% | 0.84% | - |
| XYZ | 24.56 | 48.31 | 10.41 | - |
| YUV | 132.13 | 78.26 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 214 | 44 | 0.98 | 0 | 0.79 | 0.16 | 131.2 | 0.95 | 0.43 |
| Hex | 5 | D6 | 2C | 62 | 0 | 4F | 10 | 83 | 5F | 2B |
| Octal | 5 | 326 | 54 | 142 | 0 | 117 | 20 | 203 | 137 | 53 |
| Binary | 101 | 11010110 | 101100 | 1100010 | 0 | 1001111 | 10000 | 10000011 | 1011111 | 101011 |
Color Harmonies of #05D62C
Complementary color
Monochromatic Colors of #05D62C
Black with #05D62C
Text Example
Text Example
White with #05D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D62C; }
p { color: rgb(5,214,44); }
H1.HeaderClassName
{
color: #05D62C;
}
.AnyTagClassName
{
color: #05D62C;
}
</style>
background-color css
<style>
a { background-color: #05D62C; }
a { background-color: rgb(5,214,44); }
div.DivClassName
{
background-color: #05D62C;
}
.BgClassName
{
background-color: #05D62C;
}
</style>
border-color css
<style>
span { border-color: #05D62C; }
span { border-color: rgb(5,214,44); }
td.TdClassName
{
border-color: #05D62C;
}
.TagClassName
{
border-color: #05D62C;
}
</style>