Shades of Dark Pastel Green #05D130
Tints of Dark Pastel Green #05D130
RGB
CMYK
RGB Variations
Color information
#05D130 (or 0x05D130) is known color: Dark Pastel Green. HEX triplet: 05, D1 and 30. RGB value is (5,209,48). Sum of RGB (Red+Green+Blue) = 5+209+48=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 209 (82.03% from 255 or 79.77% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 209 - color contains mainly: green. Hex color #05D130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D130 is #FA2ECF. Grayscale: #828282. Windows color (decimal): -16395984 or 3199237. OLE color: 3199237.
HSL color Cylindrical-coordinate representation of color #05D130: hue angle of 132.65º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D130 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 209 | 48 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.18 |
| HSL | 132.65º | 0.95% | 0.42% | - |
| HSV(B) | 132.65º | 0.98% | 0.82% | - |
| XYZ | 23.4 | 45.85 | 10.41 | - |
| YUV | 129.65 | 81.91 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 209 | 48 | 0.98 | 0 | 0.77 | 0.18 | 132.65 | 0.95 | 0.42 |
| Hex | 5 | D1 | 30 | 62 | 0 | 4D | 12 | 85 | 5F | 2A |
| Octal | 5 | 321 | 60 | 142 | 0 | 115 | 22 | 205 | 137 | 52 |
| Binary | 101 | 11010001 | 110000 | 1100010 | 0 | 1001101 | 10010 | 10000101 | 1011111 | 101010 |
Color Harmonies of #05D130
Complementary color
Monochromatic Colors of #05D130
Black with #05D130
Text Example
Text Example
White with #05D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D130; }
p { color: rgb(5,209,48); }
H1.HeaderClassName
{
color: #05D130;
}
.AnyTagClassName
{
color: #05D130;
}
</style>
background-color css
<style>
a { background-color: #05D130; }
a { background-color: rgb(5,209,48); }
div.DivClassName
{
background-color: #05D130;
}
.BgClassName
{
background-color: #05D130;
}
</style>
border-color css
<style>
span { border-color: #05D130; }
span { border-color: rgb(5,209,48); }
td.TdClassName
{
border-color: #05D130;
}
.TagClassName
{
border-color: #05D130;
}
</style>