Shades of Mindaro #C8DD70
Tints of Mindaro #C8DD70
RGB
CMYK
RGB Variations
Color information
#C8DD70 (or 0xC8DD70) is known color: Mindaro. HEX triplet: C8, DD and 70. RGB value is (200,221,112). Sum of RGB (Red+Green+Blue) = 200+221+112=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DD70 is #37228F. Grayscale: #CACACA. Windows color (decimal): -3613328 or 7396808. OLE color: 7396808.
HSL color Cylindrical-coordinate representation of color #C8DD70: hue angle of 71.56º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8DD70 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 112 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.13 |
| HSL | 71.56º | 0.62% | 0.65% | - |
| HSV(B) | 71.56º | 0.49% | 0.87% | - |
| XYZ | 52.6 | 65.16 | 25.13 | - |
| YUV | 202.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 112 | 0.10 | 0 | 0.49 | 0.13 | 71.56 | 0.62 | 0.65 |
| Hex | C8 | DD | 70 | A | 0 | 31 | D | 48 | 3E | 41 |
| Octal | 310 | 335 | 160 | 12 | 0 | 61 | 15 | 110 | 76 | 101 |
| Binary | 11001000 | 11011101 | 1110000 | 1010 | 0 | 110001 | 1101 | 1001000 | 111110 | 1000001 |
Color Harmonies of #C8DD70
Complementary color
Monochromatic Colors of #C8DD70
Black with #C8DD70
Text Example
Text Example
White with #C8DD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD70; }
p { color: rgb(200,221,112); }
H1.HeaderClassName
{
color: #C8DD70;
}
.AnyTagClassName
{
color: #C8DD70;
}
</style>
background-color css
<style>
a { background-color: #C8DD70; }
a { background-color: rgb(200,221,112); }
div.DivClassName
{
background-color: #C8DD70;
}
.BgClassName
{
background-color: #C8DD70;
}
</style>
border-color css
<style>
span { border-color: #C8DD70; }
span { border-color: rgb(200,221,112); }
td.TdClassName
{
border-color: #C8DD70;
}
.TagClassName
{
border-color: #C8DD70;
}
</style>