Shades of Dark Pastel Green #05D534
Tints of Dark Pastel Green #05D534
RGB
CMYK
RGB Variations
Color information
#05D534 (or 0x05D534) is known color: Dark Pastel Green. HEX triplet: 05, D5 and 34. RGB value is (5,213,52). Sum of RGB (Red+Green+Blue) = 5+213+52=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 213 (83.59% from 255 or 78.89% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 213 - color contains mainly: green. Hex color #05D534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D534 is #FA2ACB. Grayscale: #848484. Windows color (decimal): -16394956 or 3462405. OLE color: 3462405.
HSL color Cylindrical-coordinate representation of color #05D534: hue angle of 133.56º 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 #05D534 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 52 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.16 |
| HSL | 133.56º | 0.95% | 0.43% | - |
| HSV(B) | 133.56º | 0.98% | 0.84% | - |
| XYZ | 24.48 | 47.87 | 11.2 | - |
| YUV | 132.45 | 82.59 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 52 | 0.98 | 0 | 0.76 | 0.16 | 133.56 | 0.95 | 0.43 |
| Hex | 5 | D5 | 34 | 62 | 0 | 4C | 10 | 86 | 5F | 2B |
| Octal | 5 | 325 | 64 | 142 | 0 | 114 | 20 | 206 | 137 | 53 |
| Binary | 101 | 11010101 | 110100 | 1100010 | 0 | 1001100 | 10000 | 10000110 | 1011111 | 101011 |
Color Harmonies of #05D534
Complementary color
Monochromatic Colors of #05D534
Black with #05D534
Text Example
Text Example
White with #05D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D534; }
p { color: rgb(5,213,52); }
H1.HeaderClassName
{
color: #05D534;
}
.AnyTagClassName
{
color: #05D534;
}
</style>
background-color css
<style>
a { background-color: #05D534; }
a { background-color: rgb(5,213,52); }
div.DivClassName
{
background-color: #05D534;
}
.BgClassName
{
background-color: #05D534;
}
</style>
border-color css
<style>
span { border-color: #05D534; }
span { border-color: rgb(5,213,52); }
td.TdClassName
{
border-color: #05D534;
}
.TagClassName
{
border-color: #05D534;
}
</style>