Shades of Dark Pastel Green #05B22E
Tints of Dark Pastel Green #05B22E
RGB
CMYK
RGB Variations
Color information
#05B22E (or 0x05B22E) is known color: Dark Pastel Green. HEX triplet: 05, B2 and 2E. RGB value is (5,178,46). Sum of RGB (Red+Green+Blue) = 5+178+46=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 178 (69.92% from 255 or 77.73% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 178 - color contains mainly: green. Hex color #05B22E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05B22E is #FA4DD1. Grayscale: #6F6F6F. Windows color (decimal): -16403922 or 3060229. OLE color: 3060229.
HSL color Cylindrical-coordinate representation of color #05B22E: hue angle of 134.22º 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 #05B22E is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 178 | 46 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.30 |
| HSL | 134.22º | 0.95% | 0.36% | - |
| HSV(B) | 134.22º | 0.97% | 0.7% | - |
| XYZ | 16.48 | 32.07 | 7.91 | - |
| YUV | 111.23 | 91.19 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 46 | 0.97 | 0 | 0.74 | 0.30 | 134.22 | 0.95 | 0.36 |
| Hex | 5 | B2 | 2E | 61 | 0 | 4A | 1E | 86 | 5F | 24 |
| Octal | 5 | 262 | 56 | 141 | 0 | 112 | 36 | 206 | 137 | 44 |
| Binary | 101 | 10110010 | 101110 | 1100001 | 0 | 1001010 | 11110 | 10000110 | 1011111 | 100100 |
Color Harmonies of #05B22E
Complementary color
Monochromatic Colors of #05B22E
Black with #05B22E
Text Example
Text Example
White with #05B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B22E; }
p { color: rgb(5,178,46); }
H1.HeaderClassName
{
color: #05B22E;
}
.AnyTagClassName
{
color: #05B22E;
}
</style>
background-color css
<style>
a { background-color: #05B22E; }
a { background-color: rgb(5,178,46); }
div.DivClassName
{
background-color: #05B22E;
}
.BgClassName
{
background-color: #05B22E;
}
</style>
border-color css
<style>
span { border-color: #05B22E; }
span { border-color: rgb(5,178,46); }
td.TdClassName
{
border-color: #05B22E;
}
.TagClassName
{
border-color: #05B22E;
}
</style>