Shades of Malachite #00CF69
Tints of Malachite #00CF69
RGB
CMYK
RGB Variations
Color information
#00CF69 (or 0x00CF69) is known color: Malachite. HEX triplet: 00, CF and 69. RGB value is (0,207,105). Sum of RGB (Red+Green+Blue) = 0+207+105=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 207 (81.25% from 255 or 66.35% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CF69 is #FF3096. Grayscale: #858585. Windows color (decimal): -16724119 or 6934272. OLE color: 6934272.
HSL color Cylindrical-coordinate representation of color #00CF69: hue angle of 150.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CF69 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 105 | - |
| CMYK | 1 | 0 | 0.49 | 0.19 |
| HSL | 150.43º | 1% | 0.41% | - |
| HSV(B) | 150.43º | 1% | 0.81% | - |
| XYZ | 24.86 | 45.65 | 20.86 | - |
| YUV | 133.48 | 111.92 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 105 | 1 | 0 | 0.49 | 0.19 | 150.43 | 1 | 0.41 |
| Hex | 0 | CF | 69 | 64 | 0 | 31 | 13 | 96 | 64 | 29 |
| Octal | 0 | 317 | 151 | 144 | 0 | 61 | 23 | 226 | 144 | 51 |
| Binary | 0 | 11001111 | 1101001 | 1100100 | 0 | 110001 | 10011 | 10010110 | 1100100 | 101001 |
Color Harmonies of #00CF69
Complementary color
Monochromatic Colors of #00CF69
Black with #00CF69
Text Example
Text Example
White with #00CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CF69; }
p { color: rgb(0,207,105); }
H1.HeaderClassName
{
color: #00CF69;
}
.AnyTagClassName
{
color: #00CF69;
}
</style>
background-color css
<style>
a { background-color: #00CF69; }
a { background-color: rgb(0,207,105); }
div.DivClassName
{
background-color: #00CF69;
}
.BgClassName
{
background-color: #00CF69;
}
</style>
border-color css
<style>
span { border-color: #00CF69; }
span { border-color: rgb(0,207,105); }
td.TdClassName
{
border-color: #00CF69;
}
.TagClassName
{
border-color: #00CF69;
}
</style>