Shades of Dark Pastel Green #05B220
Tints of Dark Pastel Green #05B220
RGB
CMYK
RGB Variations
Color information
#05B220 (or 0x05B220) is known color: Dark Pastel Green. HEX triplet: 05, B2 and 20. RGB value is (5,178,32). Sum of RGB (Red+Green+Blue) = 5+178+32=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 178 (69.92% from 255 or 82.79% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 178 - color contains mainly: green. Hex color #05B220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05B220 is #FA4DDF. Grayscale: #6E6E6E. Windows color (decimal): -16403936 or 2142725. OLE color: 2142725.
HSL color Cylindrical-coordinate representation of color #05B220: hue angle of 129.36º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B220 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 178 | 32 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.30 |
| HSL | 129.36º | 0.95% | 0.36% | - |
| HSV(B) | 129.36º | 0.97% | 0.7% | - |
| XYZ | 16.24 | 31.98 | 6.68 | - |
| YUV | 109.63 | 84.19 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 32 | 0.97 | 0 | 0.82 | 0.30 | 129.36 | 0.95 | 0.36 |
| Hex | 5 | B2 | 20 | 61 | 0 | 52 | 1E | 81 | 5F | 24 |
| Octal | 5 | 262 | 40 | 141 | 0 | 122 | 36 | 201 | 137 | 44 |
| Binary | 101 | 10110010 | 100000 | 1100001 | 0 | 1010010 | 11110 | 10000001 | 1011111 | 100100 |
Color Harmonies of #05B220
Complementary color
Monochromatic Colors of #05B220
Black with #05B220
Text Example
Text Example
White with #05B220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B220; }
p { color: rgb(5,178,32); }
H1.HeaderClassName
{
color: #05B220;
}
.AnyTagClassName
{
color: #05B220;
}
</style>
background-color css
<style>
a { background-color: #05B220; }
a { background-color: rgb(5,178,32); }
div.DivClassName
{
background-color: #05B220;
}
.BgClassName
{
background-color: #05B220;
}
</style>
border-color css
<style>
span { border-color: #05B220; }
span { border-color: rgb(5,178,32); }
td.TdClassName
{
border-color: #05B220;
}
.TagClassName
{
border-color: #05B220;
}
</style>