Shades of Dark Pastel Green #05D323
Tints of Dark Pastel Green #05D323
RGB
CMYK
RGB Variations
Color information
#05D323 (or 0x05D323) is known color: Dark Pastel Green. HEX triplet: 05, D3 and 23. RGB value is (5,211,35). Sum of RGB (Red+Green+Blue) = 5+211+35=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 211 (82.81% from 255 or 84.06% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 211 - color contains mainly: green. Hex color #05D323 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D323 is #FA2CDC. Grayscale: #818181. Windows color (decimal): -16395485 or 2347781. OLE color: 2347781.
HSL color Cylindrical-coordinate representation of color #05D323: hue angle of 128.74º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D323 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 211 | 35 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.17 |
| HSL | 128.74º | 0.95% | 0.42% | - |
| HSV(B) | 128.74º | 0.98% | 0.83% | - |
| XYZ | 23.66 | 46.74 | 9.37 | - |
| YUV | 129.34 | 74.75 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 211 | 35 | 0.98 | 0 | 0.83 | 0.17 | 128.74 | 0.95 | 0.42 |
| Hex | 5 | D3 | 23 | 62 | 0 | 53 | 11 | 81 | 5F | 2A |
| Octal | 5 | 323 | 43 | 142 | 0 | 123 | 21 | 201 | 137 | 52 |
| Binary | 101 | 11010011 | 100011 | 1100010 | 0 | 1010011 | 10001 | 10000001 | 1011111 | 101010 |
Color Harmonies of #05D323
Complementary color
Monochromatic Colors of #05D323
Black with #05D323
Text Example
Text Example
White with #05D323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D323; }
p { color: rgb(5,211,35); }
H1.HeaderClassName
{
color: #05D323;
}
.AnyTagClassName
{
color: #05D323;
}
</style>
background-color css
<style>
a { background-color: #05D323; }
a { background-color: rgb(5,211,35); }
div.DivClassName
{
background-color: #05D323;
}
.BgClassName
{
background-color: #05D323;
}
</style>
border-color css
<style>
span { border-color: #05D323; }
span { border-color: rgb(5,211,35); }
td.TdClassName
{
border-color: #05D323;
}
.TagClassName
{
border-color: #05D323;
}
</style>