Shades of Dark Pastel Green #05CA16
Tints of Dark Pastel Green #05CA16
RGB
CMYK
RGB Variations
Color information
#05CA16 (or 0x05CA16) is known color: Dark Pastel Green. HEX triplet: 05, CA and 16. RGB value is (5,202,22). Sum of RGB (Red+Green+Blue) = 5+202+22=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 202 (79.30% from 255 or 88.21% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05CA16 is #FA35E9. Grayscale: #7B7B7B. Windows color (decimal): -16397802 or 1493509. OLE color: 1493509.
HSL color Cylindrical-coordinate representation of color #05CA16: hue angle of 125.18º 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 #05CA16 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 22 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.21 |
| HSL | 125.18º | 0.95% | 0.41% | - |
| HSV(B) | 125.18º | 0.98% | 0.79% | - |
| XYZ | 21.33 | 42.33 | 7.81 | - |
| YUV | 122.58 | 71.23 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 22 | 0.98 | 0 | 0.89 | 0.21 | 125.18 | 0.95 | 0.41 |
| Hex | 5 | CA | 16 | 62 | 0 | 59 | 15 | 7D | 5F | 29 |
| Octal | 5 | 312 | 26 | 142 | 0 | 131 | 25 | 175 | 137 | 51 |
| Binary | 101 | 11001010 | 10110 | 1100010 | 0 | 1011001 | 10101 | 1111101 | 1011111 | 101001 |
Color Harmonies of #05CA16
Complementary color
Monochromatic Colors of #05CA16
Black with #05CA16
Text Example
Text Example
White with #05CA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CA16; }
p { color: rgb(5,202,22); }
H1.HeaderClassName
{
color: #05CA16;
}
.AnyTagClassName
{
color: #05CA16;
}
</style>
background-color css
<style>
a { background-color: #05CA16; }
a { background-color: rgb(5,202,22); }
div.DivClassName
{
background-color: #05CA16;
}
.BgClassName
{
background-color: #05CA16;
}
</style>
border-color css
<style>
span { border-color: #05CA16; }
span { border-color: rgb(5,202,22); }
td.TdClassName
{
border-color: #05CA16;
}
.TagClassName
{
border-color: #05CA16;
}
</style>