Shades of Mindaro #C8DD6A
Tints of Mindaro #C8DD6A
RGB
CMYK
RGB Variations
Color information
#C8DD6A (or 0xC8DD6A) is known color: Mindaro. HEX triplet: C8, DD and 6A. RGB value is (200,221,106). Sum of RGB (Red+Green+Blue) = 200+221+106=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DD6A is #372295. Grayscale: #CACACA. Windows color (decimal): -3613334 or 7003592. OLE color: 7003592.
HSL color Cylindrical-coordinate representation of color #C8DD6A: hue angle of 70.96º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8DD6A is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 106 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.13 |
| HSL | 70.96º | 0.63% | 0.64% | - |
| HSV(B) | 70.96º | 0.52% | 0.87% | - |
| XYZ | 52.28 | 65.03 | 23.43 | - |
| YUV | 201.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 106 | 0.10 | 0 | 0.52 | 0.13 | 70.96 | 0.63 | 0.64 |
| Hex | C8 | DD | 6A | A | 0 | 34 | D | 47 | 3F | 40 |
| Octal | 310 | 335 | 152 | 12 | 0 | 64 | 15 | 107 | 77 | 100 |
| Binary | 11001000 | 11011101 | 1101010 | 1010 | 0 | 110100 | 1101 | 1000111 | 111111 | 1000000 |
Color Harmonies of #C8DD6A
Complementary color
Monochromatic Colors of #C8DD6A
Black with #C8DD6A
Text Example
Text Example
White with #C8DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD6A; }
p { color: rgb(200,221,106); }
H1.HeaderClassName
{
color: #C8DD6A;
}
.AnyTagClassName
{
color: #C8DD6A;
}
</style>
background-color css
<style>
a { background-color: #C8DD6A; }
a { background-color: rgb(200,221,106); }
div.DivClassName
{
background-color: #C8DD6A;
}
.BgClassName
{
background-color: #C8DD6A;
}
</style>
border-color css
<style>
span { border-color: #C8DD6A; }
span { border-color: rgb(200,221,106); }
td.TdClassName
{
border-color: #C8DD6A;
}
.TagClassName
{
border-color: #C8DD6A;
}
</style>