Shades of Mindaro #C7F764
Tints of Mindaro #C7F764
RGB
CMYK
RGB Variations
Color information
#C7F764 (or 0xC7F764) is known color: Mindaro. HEX triplet: C7, F7 and 64. RGB value is (199,247,100). Sum of RGB (Red+Green+Blue) = 199+247+100=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F764 is #38089B. Grayscale: #D8D8D8. Windows color (decimal): -3672220 or 6617031. OLE color: 6617031.
HSL color Cylindrical-coordinate representation of color #C7F764: hue angle of 79.59º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7F764 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 247 | 100 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.03 |
| HSL | 79.59º | 0.9% | 0.68% | - |
| HSV(B) | 79.59º | 0.6% | 0.97% | - |
| XYZ | 59.11 | 79.58 | 24.3 | - |
| YUV | 215.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 247 | 100 | 0.19 | 0 | 0.60 | 0.03 | 79.59 | 0.9 | 0.68 |
| Hex | C7 | F7 | 64 | 13 | 0 | 3C | 3 | 50 | 5A | 44 |
| Octal | 307 | 367 | 144 | 23 | 0 | 74 | 3 | 120 | 132 | 104 |
| Binary | 11000111 | 11110111 | 1100100 | 10011 | 0 | 111100 | 11 | 1010000 | 1011010 | 1000100 |
Color Harmonies of #C7F764
Complementary color
Monochromatic Colors of #C7F764
Black with #C7F764
Text Example
Text Example
White with #C7F764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F764; }
p { color: rgb(199,247,100); }
H1.HeaderClassName
{
color: #C7F764;
}
.AnyTagClassName
{
color: #C7F764;
}
</style>
background-color css
<style>
a { background-color: #C7F764; }
a { background-color: rgb(199,247,100); }
div.DivClassName
{
background-color: #C7F764;
}
.BgClassName
{
background-color: #C7F764;
}
</style>
border-color css
<style>
span { border-color: #C7F764; }
span { border-color: rgb(199,247,100); }
td.TdClassName
{
border-color: #C7F764;
}
.TagClassName
{
border-color: #C7F764;
}
</style>