Shades of Dark Pastel Green #05D23A
Tints of Dark Pastel Green #05D23A
RGB
CMYK
RGB Variations
Color information
#05D23A (or 0x05D23A) is known color: Dark Pastel Green. HEX triplet: 05, D2 and 3A. RGB value is (5,210,58). Sum of RGB (Red+Green+Blue) = 5+210+58=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 210 (82.42% from 255 or 76.92% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 210 - color contains mainly: green. Hex color #05D23A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D23A is #FA2DC5. Grayscale: #838383. Windows color (decimal): -16395718 or 3854853. OLE color: 3854853.
HSL color Cylindrical-coordinate representation of color #05D23A: hue angle of 135.51º 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 #05D23A is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 210 | 58 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.18 |
| HSL | 135.51º | 0.95% | 0.42% | - |
| HSV(B) | 135.51º | 0.98% | 0.82% | - |
| XYZ | 23.87 | 46.43 | 11.71 | - |
| YUV | 131.38 | 86.58 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 210 | 58 | 0.98 | 0 | 0.72 | 0.18 | 135.51 | 0.95 | 0.42 |
| Hex | 5 | D2 | 3A | 62 | 0 | 48 | 12 | 88 | 5F | 2A |
| Octal | 5 | 322 | 72 | 142 | 0 | 110 | 22 | 210 | 137 | 52 |
| Binary | 101 | 11010010 | 111010 | 1100010 | 0 | 1001000 | 10010 | 10001000 | 1011111 | 101010 |
Color Harmonies of #05D23A
Complementary color
Monochromatic Colors of #05D23A
Black with #05D23A
Text Example
Text Example
White with #05D23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D23A; }
p { color: rgb(5,210,58); }
H1.HeaderClassName
{
color: #05D23A;
}
.AnyTagClassName
{
color: #05D23A;
}
</style>
background-color css
<style>
a { background-color: #05D23A; }
a { background-color: rgb(5,210,58); }
div.DivClassName
{
background-color: #05D23A;
}
.BgClassName
{
background-color: #05D23A;
}
</style>
border-color css
<style>
span { border-color: #05D23A; }
span { border-color: rgb(5,210,58); }
td.TdClassName
{
border-color: #05D23A;
}
.TagClassName
{
border-color: #05D23A;
}
</style>