Shades of Dark Pastel Green #05D22C
Tints of Dark Pastel Green #05D22C
RGB
CMYK
RGB Variations
Color information
#05D22C (or 0x05D22C) is known color: Dark Pastel Green. HEX triplet: 05, D2 and 2C. RGB value is (5,210,44). Sum of RGB (Red+Green+Blue) = 5+210+44=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 210 (82.42% from 255 or 81.08% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 210 - color contains mainly: green. Hex color #05D22C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D22C is #FA2DD3. Grayscale: #828282. Windows color (decimal): -16395732 or 2937349. OLE color: 2937349.
HSL color Cylindrical-coordinate representation of color #05D22C: hue angle of 131.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D22C is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 210 | 44 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.18 |
| HSL | 131.41º | 0.95% | 0.42% | - |
| HSV(B) | 131.41º | 0.98% | 0.82% | - |
| XYZ | 23.56 | 46.31 | 10.08 | - |
| YUV | 129.78 | 79.58 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 210 | 44 | 0.98 | 0 | 0.79 | 0.18 | 131.41 | 0.95 | 0.42 |
| Hex | 5 | D2 | 2C | 62 | 0 | 4F | 12 | 83 | 5F | 2A |
| Octal | 5 | 322 | 54 | 142 | 0 | 117 | 22 | 203 | 137 | 52 |
| Binary | 101 | 11010010 | 101100 | 1100010 | 0 | 1001111 | 10010 | 10000011 | 1011111 | 101010 |
Color Harmonies of #05D22C
Complementary color
Monochromatic Colors of #05D22C
Black with #05D22C
Text Example
Text Example
White with #05D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D22C; }
p { color: rgb(5,210,44); }
H1.HeaderClassName
{
color: #05D22C;
}
.AnyTagClassName
{
color: #05D22C;
}
</style>
background-color css
<style>
a { background-color: #05D22C; }
a { background-color: rgb(5,210,44); }
div.DivClassName
{
background-color: #05D22C;
}
.BgClassName
{
background-color: #05D22C;
}
</style>
border-color css
<style>
span { border-color: #05D22C; }
span { border-color: rgb(5,210,44); }
td.TdClassName
{
border-color: #05D22C;
}
.TagClassName
{
border-color: #05D22C;
}
</style>