Shades of Malachite #08CB4D
Tints of Malachite #08CB4D
RGB
CMYK
RGB Variations
Color information
#08CB4D (or 0x08CB4D) is known color: Malachite. HEX triplet: 08, CB and 4D. RGB value is (8,203,77). Sum of RGB (Red+Green+Blue) = 8+203+77=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 203 (79.69% from 255 or 70.49% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CB4D is #F734B2. Grayscale: #828282. Windows color (decimal): -16200883 or 5098248. OLE color: 5098248.
HSL color Cylindrical-coordinate representation of color #08CB4D: hue angle of 141.23º 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 #08CB4D is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 77 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.20 |
| HSL | 141.23º | 0.92% | 0.41% | - |
| HSV(B) | 141.23º | 0.96% | 0.8% | - |
| XYZ | 22.8 | 43.3 | 14.18 | - |
| YUV | 130.33 | 97.9 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 77 | 0.96 | 0 | 0.62 | 0.20 | 141.23 | 0.92 | 0.41 |
| Hex | 8 | CB | 4D | 60 | 0 | 3E | 14 | 8D | 5C | 29 |
| Octal | 10 | 313 | 115 | 140 | 0 | 76 | 24 | 215 | 134 | 51 |
| Binary | 1000 | 11001011 | 1001101 | 1100000 | 0 | 111110 | 10100 | 10001101 | 1011100 | 101001 |
Color Harmonies of #08CB4D
Complementary color
Monochromatic Colors of #08CB4D
Black with #08CB4D
Text Example
Text Example
White with #08CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CB4D; }
p { color: rgb(8,203,77); }
H1.HeaderClassName
{
color: #08CB4D;
}
.AnyTagClassName
{
color: #08CB4D;
}
</style>
background-color css
<style>
a { background-color: #08CB4D; }
a { background-color: rgb(8,203,77); }
div.DivClassName
{
background-color: #08CB4D;
}
.BgClassName
{
background-color: #08CB4D;
}
</style>
border-color css
<style>
span { border-color: #08CB4D; }
span { border-color: rgb(8,203,77); }
td.TdClassName
{
border-color: #08CB4D;
}
.TagClassName
{
border-color: #08CB4D;
}
</style>