Shades of Dark Pastel Green #00CA41
Tints of Dark Pastel Green #00CA41
RGB
CMYK
RGB Variations
Color information
#00CA41 (or 0x00CA41) is known color: Dark Pastel Green. HEX triplet: 00, CA and 41. RGB value is (0,202,65). Sum of RGB (Red+Green+Blue) = 0+202+65=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 202 (79.30% from 255 or 75.66% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CA41 is #FF35BE. Grayscale: #7E7E7E. Windows color (decimal): -16725439 or 4311552. OLE color: 4311552.
HSL color Cylindrical-coordinate representation of color #00CA41: hue angle of 139.31º 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 #00CA41 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 65 | - |
| CMYK | 1 | 0 | 0.68 | 0.21 |
| HSL | 139.31º | 1% | 0.4% | - |
| HSV(B) | 139.31º | 1% | 0.79% | - |
| XYZ | 22.07 | 42.62 | 12.06 | - |
| YUV | 125.98 | 93.58 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 65 | 1 | 0 | 0.68 | 0.21 | 139.31 | 1 | 0.4 |
| Hex | 0 | CA | 41 | 64 | 0 | 44 | 15 | 8B | 64 | 28 |
| Octal | 0 | 312 | 101 | 144 | 0 | 104 | 25 | 213 | 144 | 50 |
| Binary | 0 | 11001010 | 1000001 | 1100100 | 0 | 1000100 | 10101 | 10001011 | 1100100 | 101000 |
Color Harmonies of #00CA41
Complementary color
Monochromatic Colors of #00CA41
Black with #00CA41
Text Example
Text Example
White with #00CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CA41; }
p { color: rgb(0,202,65); }
H1.HeaderClassName
{
color: #00CA41;
}
.AnyTagClassName
{
color: #00CA41;
}
</style>
background-color css
<style>
a { background-color: #00CA41; }
a { background-color: rgb(0,202,65); }
div.DivClassName
{
background-color: #00CA41;
}
.BgClassName
{
background-color: #00CA41;
}
</style>
border-color css
<style>
span { border-color: #00CA41; }
span { border-color: rgb(0,202,65); }
td.TdClassName
{
border-color: #00CA41;
}
.TagClassName
{
border-color: #00CA41;
}
</style>