Shades of Malachite #08CF65
Tints of Malachite #08CF65
RGB
CMYK
RGB Variations
Color information
#08CF65 (or 0x08CF65) is known color: Malachite. HEX triplet: 08, CF and 65. RGB value is (8,207,101). Sum of RGB (Red+Green+Blue) = 8+207+101=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CF65 is #F7309A. Grayscale: #878787. Windows color (decimal): -16199835 or 6672136. OLE color: 6672136.
HSL color Cylindrical-coordinate representation of color #08CF65: hue angle of 148.04º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CF65 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 101 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.19 |
| HSL | 148.04º | 0.93% | 0.42% | - |
| HSV(B) | 148.04º | 0.96% | 0.81% | - |
| XYZ | 24.76 | 45.62 | 19.81 | - |
| YUV | 135.42 | 108.57 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 101 | 0.96 | 0 | 0.51 | 0.19 | 148.04 | 0.93 | 0.42 |
| Hex | 8 | CF | 65 | 60 | 0 | 33 | 13 | 94 | 5D | 2A |
| Octal | 10 | 317 | 145 | 140 | 0 | 63 | 23 | 224 | 135 | 52 |
| Binary | 1000 | 11001111 | 1100101 | 1100000 | 0 | 110011 | 10011 | 10010100 | 1011101 | 101010 |
Color Harmonies of #08CF65
Complementary color
Monochromatic Colors of #08CF65
Black with #08CF65
Text Example
Text Example
White with #08CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CF65; }
p { color: rgb(8,207,101); }
H1.HeaderClassName
{
color: #08CF65;
}
.AnyTagClassName
{
color: #08CF65;
}
</style>
background-color css
<style>
a { background-color: #08CF65; }
a { background-color: rgb(8,207,101); }
div.DivClassName
{
background-color: #08CF65;
}
.BgClassName
{
background-color: #08CF65;
}
</style>
border-color css
<style>
span { border-color: #08CF65; }
span { border-color: rgb(8,207,101); }
td.TdClassName
{
border-color: #08CF65;
}
.TagClassName
{
border-color: #08CF65;
}
</style>