Shades of Dark Pastel Green #05CA20
Tints of Dark Pastel Green #05CA20
RGB
CMYK
RGB Variations
Color information
#05CA20 (or 0x05CA20) is known color: Dark Pastel Green. HEX triplet: 05, CA and 20. RGB value is (5,202,32). Sum of RGB (Red+Green+Blue) = 5+202+32=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 202 (79.30% from 255 or 84.52% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CA20 is #FA35DF. Grayscale: #7C7C7C. Windows color (decimal): -16397792 or 2148869. OLE color: 2148869.
HSL color Cylindrical-coordinate representation of color #05CA20: hue angle of 128.22º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CA20 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 32 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.21 |
| HSL | 128.22º | 0.95% | 0.41% | - |
| HSV(B) | 128.22º | 0.98% | 0.79% | - |
| XYZ | 21.44 | 42.38 | 8.42 | - |
| YUV | 123.72 | 76.23 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 32 | 0.98 | 0 | 0.84 | 0.21 | 128.22 | 0.95 | 0.41 |
| Hex | 5 | CA | 20 | 62 | 0 | 54 | 15 | 80 | 5F | 29 |
| Octal | 5 | 312 | 40 | 142 | 0 | 124 | 25 | 200 | 137 | 51 |
| Binary | 101 | 11001010 | 100000 | 1100010 | 0 | 1010100 | 10101 | 10000000 | 1011111 | 101001 |
Color Harmonies of #05CA20
Complementary color
Monochromatic Colors of #05CA20
Black with #05CA20
Text Example
Text Example
White with #05CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CA20; }
p { color: rgb(5,202,32); }
H1.HeaderClassName
{
color: #05CA20;
}
.AnyTagClassName
{
color: #05CA20;
}
</style>
background-color css
<style>
a { background-color: #05CA20; }
a { background-color: rgb(5,202,32); }
div.DivClassName
{
background-color: #05CA20;
}
.BgClassName
{
background-color: #05CA20;
}
</style>
border-color css
<style>
span { border-color: #05CA20; }
span { border-color: rgb(5,202,32); }
td.TdClassName
{
border-color: #05CA20;
}
.TagClassName
{
border-color: #05CA20;
}
</style>