Shades of Mindaro #C7DE6D
Tints of Mindaro #C7DE6D
RGB
CMYK
RGB Variations
Color information
#C7DE6D (or 0xC7DE6D) is known color: Mindaro. HEX triplet: C7, DE and 6D. RGB value is (199,222,109). Sum of RGB (Red+Green+Blue) = 199+222+109=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DE6D is #382192. Grayscale: #CACACA. Windows color (decimal): -3678611 or 7200455. OLE color: 7200455.
HSL color Cylindrical-coordinate representation of color #C7DE6D: hue angle of 72.21º 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 #C7DE6D is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 222 | 109 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.13 |
| HSL | 72.21º | 0.63% | 0.65% | - |
| HSV(B) | 72.21º | 0.51% | 0.87% | - |
| XYZ | 52.43 | 65.49 | 24.34 | - |
| YUV | 202.24 | 75.38 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 109 | 0.10 | 0 | 0.51 | 0.13 | 72.21 | 0.63 | 0.65 |
| Hex | C7 | DE | 6D | A | 0 | 33 | D | 48 | 3F | 41 |
| Octal | 307 | 336 | 155 | 12 | 0 | 63 | 15 | 110 | 77 | 101 |
| Binary | 11000111 | 11011110 | 1101101 | 1010 | 0 | 110011 | 1101 | 1001000 | 111111 | 1000001 |
Color Harmonies of #C7DE6D
Complementary color
Monochromatic Colors of #C7DE6D
Black with #C7DE6D
Text Example
Text Example
White with #C7DE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DE6D; }
p { color: rgb(199,222,109); }
H1.HeaderClassName
{
color: #C7DE6D;
}
.AnyTagClassName
{
color: #C7DE6D;
}
</style>
background-color css
<style>
a { background-color: #C7DE6D; }
a { background-color: rgb(199,222,109); }
div.DivClassName
{
background-color: #C7DE6D;
}
.BgClassName
{
background-color: #C7DE6D;
}
</style>
border-color css
<style>
span { border-color: #C7DE6D; }
span { border-color: rgb(199,222,109); }
td.TdClassName
{
border-color: #C7DE6D;
}
.TagClassName
{
border-color: #C7DE6D;
}
</style>