Shades of Mindaro #C7E666
Tints of Mindaro #C7E666
RGB
CMYK
RGB Variations
Color information
#C7E666 (or 0xC7E666) is known color: Mindaro. HEX triplet: C7, E6 and 66. RGB value is (199,230,102). Sum of RGB (Red+Green+Blue) = 199+230+102=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E666 is #381999. Grayscale: #CECECE. Windows color (decimal): -3676570 or 6743751. OLE color: 6743751.
HSL color Cylindrical-coordinate representation of color #C7E666: hue angle of 74.53º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7E666 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 102 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.10 |
| HSL | 74.53º | 0.72% | 0.65% | - |
| HSV(B) | 74.53º | 0.56% | 0.9% | - |
| XYZ | 54.25 | 69.7 | 23.16 | - |
| YUV | 206.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 102 | 0.13 | 0 | 0.56 | 0.10 | 74.53 | 0.72 | 0.65 |
| Hex | C7 | E6 | 66 | D | 0 | 38 | A | 4B | 48 | 41 |
| Octal | 307 | 346 | 146 | 15 | 0 | 70 | 12 | 113 | 110 | 101 |
| Binary | 11000111 | 11100110 | 1100110 | 1101 | 0 | 111000 | 1010 | 1001011 | 1001000 | 1000001 |
Color Harmonies of #C7E666
Complementary color
Monochromatic Colors of #C7E666
Black with #C7E666
Text Example
Text Example
White with #C7E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E666; }
p { color: rgb(199,230,102); }
H1.HeaderClassName
{
color: #C7E666;
}
.AnyTagClassName
{
color: #C7E666;
}
</style>
background-color css
<style>
a { background-color: #C7E666; }
a { background-color: rgb(199,230,102); }
div.DivClassName
{
background-color: #C7E666;
}
.BgClassName
{
background-color: #C7E666;
}
</style>
border-color css
<style>
span { border-color: #C7E666; }
span { border-color: rgb(199,230,102); }
td.TdClassName
{
border-color: #C7E666;
}
.TagClassName
{
border-color: #C7E666;
}
</style>