Shades of Mindaro #C8DE6D
Tints of Mindaro #C8DE6D
RGB
CMYK
RGB Variations
Color information
#C8DE6D (or 0xC8DE6D) is known color: Mindaro. HEX triplet: C8, DE and 6D. RGB value is (200,222,109). Sum of RGB (Red+Green+Blue) = 200+222+109=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DE6D is #372192. Grayscale: #CACACA. Windows color (decimal): -3613075 or 7200456. OLE color: 7200456.
HSL color Cylindrical-coordinate representation of color #C8DE6D: hue angle of 71.68º degrees, saturation: 0.63, 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 #C8DE6D is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 109 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.13 |
| HSL | 71.68º | 0.63% | 0.65% | - |
| HSV(B) | 71.68º | 0.51% | 0.87% | - |
| XYZ | 52.7 | 65.63 | 24.36 | - |
| YUV | 202.54 | 75.21 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 109 | 0.10 | 0 | 0.51 | 0.13 | 71.68 | 0.63 | 0.65 |
| Hex | C8 | DE | 6D | A | 0 | 33 | D | 48 | 3F | 41 |
| Octal | 310 | 336 | 155 | 12 | 0 | 63 | 15 | 110 | 77 | 101 |
| Binary | 11001000 | 11011110 | 1101101 | 1010 | 0 | 110011 | 1101 | 1001000 | 111111 | 1000001 |
Color Harmonies of #C8DE6D
Complementary color
Monochromatic Colors of #C8DE6D
Black with #C8DE6D
Text Example
Text Example
White with #C8DE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DE6D; }
p { color: rgb(200,222,109); }
H1.HeaderClassName
{
color: #C8DE6D;
}
.AnyTagClassName
{
color: #C8DE6D;
}
</style>
background-color css
<style>
a { background-color: #C8DE6D; }
a { background-color: rgb(200,222,109); }
div.DivClassName
{
background-color: #C8DE6D;
}
.BgClassName
{
background-color: #C8DE6D;
}
</style>
border-color css
<style>
span { border-color: #C8DE6D; }
span { border-color: rgb(200,222,109); }
td.TdClassName
{
border-color: #C8DE6D;
}
.TagClassName
{
border-color: #C8DE6D;
}
</style>