Shades of Mindaro #C8DC6D
Tints of Mindaro #C8DC6D
RGB
CMYK
RGB Variations
Color information
#C8DC6D (or 0xC8DC6D) is known color: Mindaro. HEX triplet: C8, DC and 6D. RGB value is (200,220,109). Sum of RGB (Red+Green+Blue) = 200+220+109=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DC6D is #372392. Grayscale: #C9C9C9. Windows color (decimal): -3613587 or 7199944. OLE color: 7199944.
HSL color Cylindrical-coordinate representation of color #C8DC6D: hue angle of 70.81º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8DC6D is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 109 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.14 |
| HSL | 70.81º | 0.61% | 0.65% | - |
| HSV(B) | 70.81º | 0.5% | 0.86% | - |
| XYZ | 52.17 | 64.57 | 24.18 | - |
| YUV | 201.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 109 | 0.09 | 0 | 0.50 | 0.14 | 70.81 | 0.61 | 0.65 |
| Hex | C8 | DC | 6D | 9 | 0 | 32 | E | 47 | 3D | 41 |
| Octal | 310 | 334 | 155 | 11 | 0 | 62 | 16 | 107 | 75 | 101 |
| Binary | 11001000 | 11011100 | 1101101 | 1001 | 0 | 110010 | 1110 | 1000111 | 111101 | 1000001 |
Color Harmonies of #C8DC6D
Complementary color
Monochromatic Colors of #C8DC6D
Black with #C8DC6D
Text Example
Text Example
White with #C8DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC6D; }
p { color: rgb(200,220,109); }
H1.HeaderClassName
{
color: #C8DC6D;
}
.AnyTagClassName
{
color: #C8DC6D;
}
</style>
background-color css
<style>
a { background-color: #C8DC6D; }
a { background-color: rgb(200,220,109); }
div.DivClassName
{
background-color: #C8DC6D;
}
.BgClassName
{
background-color: #C8DC6D;
}
</style>
border-color css
<style>
span { border-color: #C8DC6D; }
span { border-color: rgb(200,220,109); }
td.TdClassName
{
border-color: #C8DC6D;
}
.TagClassName
{
border-color: #C8DC6D;
}
</style>