Shades of Dark Pastel Green #05D136
Tints of Dark Pastel Green #05D136
RGB
CMYK
RGB Variations
Color information
#05D136 (or 0x05D136) is known color: Dark Pastel Green. HEX triplet: 05, D1 and 36. RGB value is (5,209,54). Sum of RGB (Red+Green+Blue) = 5+209+54=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 209 (82.03% from 255 or 77.99% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 209 - color contains mainly: green. Hex color #05D136 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D136 is #FA2EC9. Grayscale: #828282. Windows color (decimal): -16395978 or 3592453. OLE color: 3592453.
HSL color Cylindrical-coordinate representation of color #05D136: hue angle of 134.41º 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 #05D136 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 209 | 54 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.18 |
| HSL | 134.41º | 0.95% | 0.42% | - |
| HSV(B) | 134.41º | 0.98% | 0.82% | - |
| XYZ | 23.53 | 45.9 | 11.11 | - |
| YUV | 130.33 | 84.91 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 209 | 54 | 0.98 | 0 | 0.74 | 0.18 | 134.41 | 0.95 | 0.42 |
| Hex | 5 | D1 | 36 | 62 | 0 | 4A | 12 | 86 | 5F | 2A |
| Octal | 5 | 321 | 66 | 142 | 0 | 112 | 22 | 206 | 137 | 52 |
| Binary | 101 | 11010001 | 110110 | 1100010 | 0 | 1001010 | 10010 | 10000110 | 1011111 | 101010 |
Color Harmonies of #05D136
Complementary color
Monochromatic Colors of #05D136
Black with #05D136
Text Example
Text Example
White with #05D136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D136; }
p { color: rgb(5,209,54); }
H1.HeaderClassName
{
color: #05D136;
}
.AnyTagClassName
{
color: #05D136;
}
</style>
background-color css
<style>
a { background-color: #05D136; }
a { background-color: rgb(5,209,54); }
div.DivClassName
{
background-color: #05D136;
}
.BgClassName
{
background-color: #05D136;
}
</style>
border-color css
<style>
span { border-color: #05D136; }
span { border-color: rgb(5,209,54); }
td.TdClassName
{
border-color: #05D136;
}
.TagClassName
{
border-color: #05D136;
}
</style>