Shades of Malachite #06EE4D
Tints of Malachite #06EE4D
RGB
CMYK
RGB Variations
Color information
#06EE4D (or 0x06EE4D) is known color: Malachite. HEX triplet: 06, EE and 4D. RGB value is (6,238,77). Sum of RGB (Red+Green+Blue) = 6+238+77=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #06EE4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06EE4D is #F911B2. Grayscale: #969696. Windows color (decimal): -16322995 or 5107206. OLE color: 5107206.
HSL color Cylindrical-coordinate representation of color #06EE4D: hue angle of 138.36º 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 #06EE4D is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
RGB | 6 | 238 | 77 | - |
CMYK | 0.97 | 0 | 0.68 | 0.07 |
HSL | 138.36º | 0.95% | 0.48% | - |
HSV(B) | 138.36º | 0.97% | 0.93% | - |
XYZ | 31.99 | 61.72 | 17.25 | - |
YUV | 150.28 | 86.64 | 25.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 238 | 77 | 0.97 | 0 | 0.68 | 0.07 | 138.36 | 0.95 | 0.48 |
Hex | 6 | EE | 4D | 61 | 0 | 44 | 7 | 8A | 5F | 30 |
Octal | 6 | 356 | 115 | 141 | 0 | 104 | 7 | 212 | 137 | 60 |
Binary | 110 | 11101110 | 1001101 | 1100001 | 0 | 1000100 | 111 | 10001010 | 1011111 | 110000 |
Color Harmonies of #06EE4D
Complementary color
Monochromatic Colors of #06EE4D
Black with #06EE4D
Text Example
Text Example
White with #06EE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EE4D; }
p { color: rgb(6,238,77); }
H1.HeaderClassName
{
color: #06EE4D;
}
.AnyTagClassName
{
color: #06EE4D;
}
</style>
background-color css
<style>
a { background-color: #06EE4D; }
a { background-color: rgb(6,238,77); }
div.DivClassName
{
background-color: #06EE4D;
}
.BgClassName
{
background-color: #06EE4D;
}
</style>
border-color css
<style>
span { border-color: #06EE4D; }
span { border-color: rgb(6,238,77); }
td.TdClassName
{
border-color: #06EE4D;
}
.TagClassName
{
border-color: #06EE4D;
}
</style>