Shades of Dark Pastel Green #05CA42
Tints of Dark Pastel Green #05CA42
RGB
CMYK
RGB Variations
Color information
#05CA42 (or 0x05CA42) is known color: Dark Pastel Green. HEX triplet: 05, CA and 42. RGB value is (5,202,66). Sum of RGB (Red+Green+Blue) = 5+202+66=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CA42 is #FA35BD. Grayscale: #7F7F7F. Windows color (decimal): -16397758 or 4377093. OLE color: 4377093.
HSL color Cylindrical-coordinate representation of color #05CA42: hue angle of 138.58º 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 #05CA42 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 66 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.21 |
| HSL | 138.58º | 0.95% | 0.41% | - |
| HSV(B) | 138.58º | 0.98% | 0.79% | - |
| XYZ | 22.17 | 42.67 | 12.22 | - |
| YUV | 127.59 | 93.23 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 66 | 0.98 | 0 | 0.67 | 0.21 | 138.58 | 0.95 | 0.41 |
| Hex | 5 | CA | 42 | 62 | 0 | 43 | 15 | 8B | 5F | 29 |
| Octal | 5 | 312 | 102 | 142 | 0 | 103 | 25 | 213 | 137 | 51 |
| Binary | 101 | 11001010 | 1000010 | 1100010 | 0 | 1000011 | 10101 | 10001011 | 1011111 | 101001 |
Color Harmonies of #05CA42
Complementary color
Monochromatic Colors of #05CA42
Black with #05CA42
Text Example
Text Example
White with #05CA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CA42; }
p { color: rgb(5,202,66); }
H1.HeaderClassName
{
color: #05CA42;
}
.AnyTagClassName
{
color: #05CA42;
}
</style>
background-color css
<style>
a { background-color: #05CA42; }
a { background-color: rgb(5,202,66); }
div.DivClassName
{
background-color: #05CA42;
}
.BgClassName
{
background-color: #05CA42;
}
</style>
border-color css
<style>
span { border-color: #05CA42; }
span { border-color: rgb(5,202,66); }
td.TdClassName
{
border-color: #05CA42;
}
.TagClassName
{
border-color: #05CA42;
}
</style>