Shades of Dark Pastel Green #05B91E
Tints of Dark Pastel Green #05B91E
RGB
CMYK
RGB Variations
Color information
#05B91E (or 0x05B91E) is known color: Dark Pastel Green. HEX triplet: 05, B9 and 1E. RGB value is (5,185,30). Sum of RGB (Red+Green+Blue) = 5+185+30=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 185 (72.66% from 255 or 84.09% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 185 - color contains mainly: green. Hex color #05B91E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B91E is #FA46E1. Grayscale: #717171. Windows color (decimal): -16402146 or 2013445. OLE color: 2013445.
HSL color Cylindrical-coordinate representation of color #05B91E: hue angle of 128.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B91E is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 185 | 30 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.27 |
| HSL | 128.33º | 0.95% | 0.37% | - |
| HSV(B) | 128.33º | 0.97% | 0.73% | - |
| XYZ | 17.65 | 34.82 | 7.02 | - |
| YUV | 113.51 | 80.87 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 185 | 30 | 0.97 | 0 | 0.84 | 0.27 | 128.33 | 0.95 | 0.37 |
| Hex | 5 | B9 | 1E | 61 | 0 | 54 | 1B | 80 | 5F | 25 |
| Octal | 5 | 271 | 36 | 141 | 0 | 124 | 33 | 200 | 137 | 45 |
| Binary | 101 | 10111001 | 11110 | 1100001 | 0 | 1010100 | 11011 | 10000000 | 1011111 | 100101 |
Color Harmonies of #05B91E
Complementary color
Monochromatic Colors of #05B91E
Black with #05B91E
Text Example
Text Example
White with #05B91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B91E; }
p { color: rgb(5,185,30); }
H1.HeaderClassName
{
color: #05B91E;
}
.AnyTagClassName
{
color: #05B91E;
}
</style>
background-color css
<style>
a { background-color: #05B91E; }
a { background-color: rgb(5,185,30); }
div.DivClassName
{
background-color: #05B91E;
}
.BgClassName
{
background-color: #05B91E;
}
</style>
border-color css
<style>
span { border-color: #05B91E; }
span { border-color: rgb(5,185,30); }
td.TdClassName
{
border-color: #05B91E;
}
.TagClassName
{
border-color: #05B91E;
}
</style>