Shades of Malachite #06CA4B
Tints of Malachite #06CA4B
RGB
CMYK
RGB Variations
Color information
#06CA4B (or 0x06CA4B) is known color: Malachite. HEX triplet: 06, CA and 4B. RGB value is (6,202,75). Sum of RGB (Red+Green+Blue) = 6+202+75=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 202 (79.30% from 255 or 71.38% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CA4B is #F935B4. Grayscale: #818181. Windows color (decimal): -16332213 or 4966918. OLE color: 4966918.
HSL color Cylindrical-coordinate representation of color #06CA4B: hue angle of 141.12º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CA4B is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 75 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.21 |
| HSL | 141.12º | 0.94% | 0.41% | - |
| HSV(B) | 141.12º | 0.97% | 0.79% | - |
| XYZ | 22.47 | 42.79 | 13.73 | - |
| YUV | 128.92 | 97.57 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 75 | 0.97 | 0 | 0.63 | 0.21 | 141.12 | 0.94 | 0.41 |
| Hex | 6 | CA | 4B | 61 | 0 | 3F | 15 | 8D | 5E | 29 |
| Octal | 6 | 312 | 113 | 141 | 0 | 77 | 25 | 215 | 136 | 51 |
| Binary | 110 | 11001010 | 1001011 | 1100001 | 0 | 111111 | 10101 | 10001101 | 1011110 | 101001 |
Color Harmonies of #06CA4B
Complementary color
Monochromatic Colors of #06CA4B
Black with #06CA4B
Text Example
Text Example
White with #06CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CA4B; }
p { color: rgb(6,202,75); }
H1.HeaderClassName
{
color: #06CA4B;
}
.AnyTagClassName
{
color: #06CA4B;
}
</style>
background-color css
<style>
a { background-color: #06CA4B; }
a { background-color: rgb(6,202,75); }
div.DivClassName
{
background-color: #06CA4B;
}
.BgClassName
{
background-color: #06CA4B;
}
</style>
border-color css
<style>
span { border-color: #06CA4B; }
span { border-color: rgb(6,202,75); }
td.TdClassName
{
border-color: #06CA4B;
}
.TagClassName
{
border-color: #06CA4B;
}
</style>