Shades of Mindaro #C8DD6E
Tints of Mindaro #C8DD6E
RGB
CMYK
RGB Variations
Color information
#C8DD6E (or 0xC8DD6E) is known color: Mindaro. HEX triplet: C8, DD and 6E. RGB value is (200,221,110). Sum of RGB (Red+Green+Blue) = 200+221+110=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DD6E is #372291. Grayscale: #CACACA. Windows color (decimal): -3613330 or 7265736. OLE color: 7265736.
HSL color Cylindrical-coordinate representation of color #C8DD6E: hue angle of 71.35º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8DD6E is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 110 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.13 |
| HSL | 71.35º | 0.62% | 0.65% | - |
| HSV(B) | 71.35º | 0.5% | 0.87% | - |
| XYZ | 52.49 | 65.12 | 24.55 | - |
| YUV | 202.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 110 | 0.10 | 0 | 0.50 | 0.13 | 71.35 | 0.62 | 0.65 |
| Hex | C8 | DD | 6E | A | 0 | 32 | D | 47 | 3E | 41 |
| Octal | 310 | 335 | 156 | 12 | 0 | 62 | 15 | 107 | 76 | 101 |
| Binary | 11001000 | 11011101 | 1101110 | 1010 | 0 | 110010 | 1101 | 1000111 | 111110 | 1000001 |
Color Harmonies of #C8DD6E
Complementary color
Monochromatic Colors of #C8DD6E
Black with #C8DD6E
Text Example
Text Example
White with #C8DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD6E; }
p { color: rgb(200,221,110); }
H1.HeaderClassName
{
color: #C8DD6E;
}
.AnyTagClassName
{
color: #C8DD6E;
}
</style>
background-color css
<style>
a { background-color: #C8DD6E; }
a { background-color: rgb(200,221,110); }
div.DivClassName
{
background-color: #C8DD6E;
}
.BgClassName
{
background-color: #C8DD6E;
}
</style>
border-color css
<style>
span { border-color: #C8DD6E; }
span { border-color: rgb(200,221,110); }
td.TdClassName
{
border-color: #C8DD6E;
}
.TagClassName
{
border-color: #C8DD6E;
}
</style>