Shades of Dark Pastel Green #05C823
Tints of Dark Pastel Green #05C823
RGB
CMYK
RGB Variations
Color information
#05C823 (or 0x05C823) is known color: Dark Pastel Green. HEX triplet: 05, C8 and 23. RGB value is (5,200,35). Sum of RGB (Red+Green+Blue) = 5+200+35=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 200 (78.52% from 255 or 83.33% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 200 - color contains mainly: green. Hex color #05C823 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C823 is #FA37DC. Grayscale: #7B7B7B. Windows color (decimal): -16398301 or 2344965. OLE color: 2344965.
HSL color Cylindrical-coordinate representation of color #05C823: hue angle of 129.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C823 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 35 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.22 |
| HSL | 129.23º | 0.95% | 0.4% | - |
| HSV(B) | 129.23º | 0.98% | 0.78% | - |
| XYZ | 21.02 | 41.46 | 8.49 | - |
| YUV | 122.89 | 78.4 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 35 | 0.98 | 0 | 0.82 | 0.22 | 129.23 | 0.95 | 0.4 |
| Hex | 5 | C8 | 23 | 62 | 0 | 52 | 16 | 81 | 5F | 28 |
| Octal | 5 | 310 | 43 | 142 | 0 | 122 | 26 | 201 | 137 | 50 |
| Binary | 101 | 11001000 | 100011 | 1100010 | 0 | 1010010 | 10110 | 10000001 | 1011111 | 101000 |
Color Harmonies of #05C823
Complementary color
Monochromatic Colors of #05C823
Black with #05C823
Text Example
Text Example
White with #05C823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C823; }
p { color: rgb(5,200,35); }
H1.HeaderClassName
{
color: #05C823;
}
.AnyTagClassName
{
color: #05C823;
}
</style>
background-color css
<style>
a { background-color: #05C823; }
a { background-color: rgb(5,200,35); }
div.DivClassName
{
background-color: #05C823;
}
.BgClassName
{
background-color: #05C823;
}
</style>
border-color css
<style>
span { border-color: #05C823; }
span { border-color: rgb(5,200,35); }
td.TdClassName
{
border-color: #05C823;
}
.TagClassName
{
border-color: #05C823;
}
</style>