Shades of Malachite #08CB64
Tints of Malachite #08CB64
RGB
CMYK
RGB Variations
Color information
#08CB64 (or 0x08CB64) is known color: Malachite. HEX triplet: 08, CB and 64. RGB value is (8,203,100). Sum of RGB (Red+Green+Blue) = 8+203+100=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 203 (79.69% from 255 or 65.27% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CB64 is #F7349B. Grayscale: #858585. Windows color (decimal): -16200860 or 6605576. OLE color: 6605576.
HSL color Cylindrical-coordinate representation of color #08CB64: hue angle of 148.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CB64 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 100 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.20 |
| HSL | 148.31º | 0.92% | 0.41% | - |
| HSV(B) | 148.31º | 0.96% | 0.8% | - |
| XYZ | 23.76 | 43.68 | 19.24 | - |
| YUV | 132.95 | 109.4 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 100 | 0.96 | 0 | 0.51 | 0.20 | 148.31 | 0.92 | 0.41 |
| Hex | 8 | CB | 64 | 60 | 0 | 33 | 14 | 94 | 5C | 29 |
| Octal | 10 | 313 | 144 | 140 | 0 | 63 | 24 | 224 | 134 | 51 |
| Binary | 1000 | 11001011 | 1100100 | 1100000 | 0 | 110011 | 10100 | 10010100 | 1011100 | 101001 |
Color Harmonies of #08CB64
Complementary color
Monochromatic Colors of #08CB64
Black with #08CB64
Text Example
Text Example
White with #08CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CB64; }
p { color: rgb(8,203,100); }
H1.HeaderClassName
{
color: #08CB64;
}
.AnyTagClassName
{
color: #08CB64;
}
</style>
background-color css
<style>
a { background-color: #08CB64; }
a { background-color: rgb(8,203,100); }
div.DivClassName
{
background-color: #08CB64;
}
.BgClassName
{
background-color: #08CB64;
}
</style>
border-color css
<style>
span { border-color: #08CB64; }
span { border-color: rgb(8,203,100); }
td.TdClassName
{
border-color: #08CB64;
}
.TagClassName
{
border-color: #08CB64;
}
</style>