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