Shades of Malachite #06E330
Tints of Malachite #06E330
RGB
CMYK
RGB Variations
Color information
#06E330 (or 0x06E330) is known color: Malachite. HEX triplet: 06, E3 and 30. RGB value is (6,227,48). Sum of RGB (Red+Green+Blue) = 6+227+48=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 227 (89.06% from 255 or 80.78% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 227 - color contains mainly: green. Hex color #06E330 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E330 is #F91CCF. Grayscale: #8D8D8D. Windows color (decimal): -16325840 or 3203846. OLE color: 3203846.
HSL color Cylindrical-coordinate representation of color #06E330: hue angle of 131.4º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E330 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 227 | 48 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.11 |
| HSL | 131.4º | 0.95% | 0.46% | - |
| HSV(B) | 131.4º | 0.97% | 0.89% | - |
| XYZ | 28.08 | 55.19 | 11.97 | - |
| YUV | 140.52 | 75.78 | 32.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 48 | 0.97 | 0 | 0.79 | 0.11 | 131.4 | 0.95 | 0.46 |
| Hex | 6 | E3 | 30 | 61 | 0 | 4F | B | 83 | 5F | 2E |
| Octal | 6 | 343 | 60 | 141 | 0 | 117 | 13 | 203 | 137 | 56 |
| Binary | 110 | 11100011 | 110000 | 1100001 | 0 | 1001111 | 1011 | 10000011 | 1011111 | 101110 |
Color Harmonies of #06E330
Complementary color
Monochromatic Colors of #06E330
Black with #06E330
Text Example
Text Example
White with #06E330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E330; }
p { color: rgb(6,227,48); }
H1.HeaderClassName
{
color: #06E330;
}
.AnyTagClassName
{
color: #06E330;
}
</style>
background-color css
<style>
a { background-color: #06E330; }
a { background-color: rgb(6,227,48); }
div.DivClassName
{
background-color: #06E330;
}
.BgClassName
{
background-color: #06E330;
}
</style>
border-color css
<style>
span { border-color: #06E330; }
span { border-color: rgb(6,227,48); }
td.TdClassName
{
border-color: #06E330;
}
.TagClassName
{
border-color: #06E330;
}
</style>