Shades of Dark Pastel Green #00CA47
Tints of Dark Pastel Green #00CA47
RGB
CMYK
RGB Variations
Color information
#00CA47 (or 0x00CA47) is known color: Dark Pastel Green. HEX triplet: 00, CA and 47. RGB value is (0,202,71). Sum of RGB (Red+Green+Blue) = 0+202+71=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CA47 is #FF35B8. Grayscale: #7E7E7E. Windows color (decimal): -16725433 or 4704768. OLE color: 4704768.
HSL color Cylindrical-coordinate representation of color #00CA47: hue angle of 141.09º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CA47 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 71 | - |
| CMYK | 1 | 0 | 0.65 | 0.21 |
| HSL | 141.09º | 1% | 0.4% | - |
| HSV(B) | 141.09º | 1% | 0.79% | - |
| XYZ | 22.26 | 42.7 | 13.03 | - |
| YUV | 126.67 | 96.58 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 71 | 1 | 0 | 0.65 | 0.21 | 141.09 | 1 | 0.4 |
| Hex | 0 | CA | 47 | 64 | 0 | 41 | 15 | 8D | 64 | 28 |
| Octal | 0 | 312 | 107 | 144 | 0 | 101 | 25 | 215 | 144 | 50 |
| Binary | 0 | 11001010 | 1000111 | 1100100 | 0 | 1000001 | 10101 | 10001101 | 1100100 | 101000 |
Color Harmonies of #00CA47
Complementary color
Monochromatic Colors of #00CA47
Black with #00CA47
Text Example
Text Example
White with #00CA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CA47; }
p { color: rgb(0,202,71); }
H1.HeaderClassName
{
color: #00CA47;
}
.AnyTagClassName
{
color: #00CA47;
}
</style>
background-color css
<style>
a { background-color: #00CA47; }
a { background-color: rgb(0,202,71); }
div.DivClassName
{
background-color: #00CA47;
}
.BgClassName
{
background-color: #00CA47;
}
</style>
border-color css
<style>
span { border-color: #00CA47; }
span { border-color: rgb(0,202,71); }
td.TdClassName
{
border-color: #00CA47;
}
.TagClassName
{
border-color: #00CA47;
}
</style>