Shades of Dark Pastel Green #05CA2A
Tints of Dark Pastel Green #05CA2A
RGB
CMYK
RGB Variations
Color information
#05CA2A (or 0x05CA2A) is known color: Dark Pastel Green. HEX triplet: 05, CA and 2A. RGB value is (5,202,42). Sum of RGB (Red+Green+Blue) = 5+202+42=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CA2A is #FA35D5. Grayscale: #7D7D7D. Windows color (decimal): -16397782 or 2804229. OLE color: 2804229.
HSL color Cylindrical-coordinate representation of color #05CA2A: hue angle of 131.27º 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 #05CA2A is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 42 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.21 |
| HSL | 131.27º | 0.95% | 0.41% | - |
| HSV(B) | 131.27º | 0.98% | 0.79% | - |
| XYZ | 21.6 | 42.44 | 9.24 | - |
| YUV | 124.86 | 81.23 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 42 | 0.98 | 0 | 0.79 | 0.21 | 131.27 | 0.95 | 0.41 |
| Hex | 5 | CA | 2A | 62 | 0 | 4F | 15 | 83 | 5F | 29 |
| Octal | 5 | 312 | 52 | 142 | 0 | 117 | 25 | 203 | 137 | 51 |
| Binary | 101 | 11001010 | 101010 | 1100010 | 0 | 1001111 | 10101 | 10000011 | 1011111 | 101001 |
Color Harmonies of #05CA2A
Complementary color
Monochromatic Colors of #05CA2A
Black with #05CA2A
Text Example
Text Example
White with #05CA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CA2A; }
p { color: rgb(5,202,42); }
H1.HeaderClassName
{
color: #05CA2A;
}
.AnyTagClassName
{
color: #05CA2A;
}
</style>
background-color css
<style>
a { background-color: #05CA2A; }
a { background-color: rgb(5,202,42); }
div.DivClassName
{
background-color: #05CA2A;
}
.BgClassName
{
background-color: #05CA2A;
}
</style>
border-color css
<style>
span { border-color: #05CA2A; }
span { border-color: rgb(5,202,42); }
td.TdClassName
{
border-color: #05CA2A;
}
.TagClassName
{
border-color: #05CA2A;
}
</style>