Shades of Malachite #06EE40
Tints of Malachite #06EE40
RGB
CMYK
RGB Variations
Color information
#06EE40 (or 0x06EE40) is known color: Malachite. HEX triplet: 06, EE and 40. RGB value is (6,238,64). Sum of RGB (Red+Green+Blue) = 6+238+64=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 238 (93.36% from 255 or 77.27% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 238 - color contains mainly: green. Hex color #06EE40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06EE40 is #F911BF. Grayscale: #959595. Windows color (decimal): -16323008 or 4255238. OLE color: 4255238.
HSL color Cylindrical-coordinate representation of color #06EE40: hue angle of 135º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EE40 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 238 | 64 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.07 |
| HSL | 135º | 0.95% | 0.48% | - |
| HSV(B) | 135º | 0.97% | 0.93% | - |
| XYZ | 31.58 | 61.56 | 15.07 | - |
| YUV | 148.8 | 80.14 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 238 | 64 | 0.97 | 0 | 0.73 | 0.07 | 135 | 0.95 | 0.48 |
| Hex | 6 | EE | 40 | 61 | 0 | 49 | 7 | 87 | 5F | 30 |
| Octal | 6 | 356 | 100 | 141 | 0 | 111 | 7 | 207 | 137 | 60 |
| Binary | 110 | 11101110 | 1000000 | 1100001 | 0 | 1001001 | 111 | 10000111 | 1011111 | 110000 |
Color Harmonies of #06EE40
Complementary color
Monochromatic Colors of #06EE40
Black with #06EE40
Text Example
Text Example
White with #06EE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EE40; }
p { color: rgb(6,238,64); }
H1.HeaderClassName
{
color: #06EE40;
}
.AnyTagClassName
{
color: #06EE40;
}
</style>
background-color css
<style>
a { background-color: #06EE40; }
a { background-color: rgb(6,238,64); }
div.DivClassName
{
background-color: #06EE40;
}
.BgClassName
{
background-color: #06EE40;
}
</style>
border-color css
<style>
span { border-color: #06EE40; }
span { border-color: rgb(6,238,64); }
td.TdClassName
{
border-color: #06EE40;
}
.TagClassName
{
border-color: #06EE40;
}
</style>