Shades of Dark Pastel Green #05D537
Tints of Dark Pastel Green #05D537
RGB
CMYK
RGB Variations
Color information
#05D537 (or 0x05D537) is known color: Dark Pastel Green. HEX triplet: 05, D5 and 37. RGB value is (5,213,55). Sum of RGB (Red+Green+Blue) = 5+213+55=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 213 (83.59% from 255 or 78.02% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 213 - color contains mainly: green. Hex color #05D537 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D537 is #FA2AC8. Grayscale: #858585. Windows color (decimal): -16394953 or 3659013. OLE color: 3659013.
HSL color Cylindrical-coordinate representation of color #05D537: hue angle of 134.42º 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 #05D537 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 55 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.16 |
| HSL | 134.42º | 0.95% | 0.43% | - |
| HSV(B) | 134.42º | 0.98% | 0.84% | - |
| XYZ | 24.55 | 47.9 | 11.57 | - |
| YUV | 132.8 | 84.09 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 55 | 0.98 | 0 | 0.74 | 0.16 | 134.42 | 0.95 | 0.43 |
| Hex | 5 | D5 | 37 | 62 | 0 | 4A | 10 | 86 | 5F | 2B |
| Octal | 5 | 325 | 67 | 142 | 0 | 112 | 20 | 206 | 137 | 53 |
| Binary | 101 | 11010101 | 110111 | 1100010 | 0 | 1001010 | 10000 | 10000110 | 1011111 | 101011 |
Color Harmonies of #05D537
Complementary color
Monochromatic Colors of #05D537
Black with #05D537
Text Example
Text Example
White with #05D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D537; }
p { color: rgb(5,213,55); }
H1.HeaderClassName
{
color: #05D537;
}
.AnyTagClassName
{
color: #05D537;
}
</style>
background-color css
<style>
a { background-color: #05D537; }
a { background-color: rgb(5,213,55); }
div.DivClassName
{
background-color: #05D537;
}
.BgClassName
{
background-color: #05D537;
}
</style>
border-color css
<style>
span { border-color: #05D537; }
span { border-color: rgb(5,213,55); }
td.TdClassName
{
border-color: #05D537;
}
.TagClassName
{
border-color: #05D537;
}
</style>