Shades of Dark Pastel Green #05D935
Tints of Dark Pastel Green #05D935
RGB
CMYK
RGB Variations
Color information
#05D935 (or 0x05D935) is known color: Dark Pastel Green. HEX triplet: 05, D9 and 35. RGB value is (5,217,53). Sum of RGB (Red+Green+Blue) = 5+217+53=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 217 (85.16% from 255 or 78.91% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 217 - color contains mainly: green. Hex color #05D935 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D935 is #FA26CA. Grayscale: #878787. Windows color (decimal): -16393931 or 3528965. OLE color: 3528965.
HSL color Cylindrical-coordinate representation of color #05D935: hue angle of 133.58º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D935 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 53 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.15 |
| HSL | 133.58º | 0.95% | 0.44% | - |
| HSV(B) | 133.58º | 0.98% | 0.85% | - |
| XYZ | 25.52 | 49.92 | 11.66 | - |
| YUV | 134.92 | 81.76 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 53 | 0.98 | 0 | 0.76 | 0.15 | 133.58 | 0.95 | 0.44 |
| Hex | 5 | D9 | 35 | 62 | 0 | 4C | F | 86 | 5F | 2C |
| Octal | 5 | 331 | 65 | 142 | 0 | 114 | 17 | 206 | 137 | 54 |
| Binary | 101 | 11011001 | 110101 | 1100010 | 0 | 1001100 | 1111 | 10000110 | 1011111 | 101100 |
Color Harmonies of #05D935
Complementary color
Monochromatic Colors of #05D935
Black with #05D935
Text Example
Text Example
White with #05D935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D935; }
p { color: rgb(5,217,53); }
H1.HeaderClassName
{
color: #05D935;
}
.AnyTagClassName
{
color: #05D935;
}
</style>
background-color css
<style>
a { background-color: #05D935; }
a { background-color: rgb(5,217,53); }
div.DivClassName
{
background-color: #05D935;
}
.BgClassName
{
background-color: #05D935;
}
</style>
border-color css
<style>
span { border-color: #05D935; }
span { border-color: rgb(5,217,53); }
td.TdClassName
{
border-color: #05D935;
}
.TagClassName
{
border-color: #05D935;
}
</style>