Shades of Mindaro #C8DD6C
Tints of Mindaro #C8DD6C
RGB
CMYK
RGB Variations
Color information
#C8DD6C (or 0xC8DD6C) is known color: Mindaro. HEX triplet: C8, DD and 6C. RGB value is (200,221,108). Sum of RGB (Red+Green+Blue) = 200+221+108=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DD6C is #372293. Grayscale: #CACACA. Windows color (decimal): -3613332 or 7134664. OLE color: 7134664.
HSL color Cylindrical-coordinate representation of color #C8DD6C: hue angle of 71.15º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8DD6C is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 108 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.13 |
| HSL | 71.15º | 0.62% | 0.65% | - |
| HSV(B) | 71.15º | 0.51% | 0.87% | - |
| XYZ | 52.38 | 65.07 | 23.99 | - |
| YUV | 201.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 108 | 0.10 | 0 | 0.51 | 0.13 | 71.15 | 0.62 | 0.65 |
| Hex | C8 | DD | 6C | A | 0 | 33 | D | 47 | 3E | 41 |
| Octal | 310 | 335 | 154 | 12 | 0 | 63 | 15 | 107 | 76 | 101 |
| Binary | 11001000 | 11011101 | 1101100 | 1010 | 0 | 110011 | 1101 | 1000111 | 111110 | 1000001 |
Color Harmonies of #C8DD6C
Complementary color
Monochromatic Colors of #C8DD6C
Black with #C8DD6C
Text Example
Text Example
White with #C8DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD6C; }
p { color: rgb(200,221,108); }
H1.HeaderClassName
{
color: #C8DD6C;
}
.AnyTagClassName
{
color: #C8DD6C;
}
</style>
background-color css
<style>
a { background-color: #C8DD6C; }
a { background-color: rgb(200,221,108); }
div.DivClassName
{
background-color: #C8DD6C;
}
.BgClassName
{
background-color: #C8DD6C;
}
</style>
border-color css
<style>
span { border-color: #C8DD6C; }
span { border-color: rgb(200,221,108); }
td.TdClassName
{
border-color: #C8DD6C;
}
.TagClassName
{
border-color: #C8DD6C;
}
</style>