Shades of Mindaro #C7E760
Tints of Mindaro #C7E760
RGB
CMYK
RGB Variations
Color information
#C7E760 (or 0xC7E760) is known color: Mindaro. HEX triplet: C7, E7 and 60. RGB value is (199,231,96). Sum of RGB (Red+Green+Blue) = 199+231+96=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E760 is #38189F. Grayscale: #CECECE. Windows color (decimal): -3676320 or 6350791. OLE color: 6350791.
HSL color Cylindrical-coordinate representation of color #C7E760: hue angle of 74.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7E760 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 96 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.09 |
| HSL | 74.22º | 0.74% | 0.64% | - |
| HSV(B) | 74.22º | 0.58% | 0.91% | - |
| XYZ | 54.24 | 70.14 | 21.75 | - |
| YUV | 206.04 | 65.9 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 96 | 0.14 | 0 | 0.58 | 0.09 | 74.22 | 0.74 | 0.64 |
| Hex | C7 | E7 | 60 | E | 0 | 3A | 9 | 4A | 4A | 40 |
| Octal | 307 | 347 | 140 | 16 | 0 | 72 | 11 | 112 | 112 | 100 |
| Binary | 11000111 | 11100111 | 1100000 | 1110 | 0 | 111010 | 1001 | 1001010 | 1001010 | 1000000 |
Color Harmonies of #C7E760
Complementary color
Monochromatic Colors of #C7E760
Black with #C7E760
Text Example
Text Example
White with #C7E760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E760; }
p { color: rgb(199,231,96); }
H1.HeaderClassName
{
color: #C7E760;
}
.AnyTagClassName
{
color: #C7E760;
}
</style>
background-color css
<style>
a { background-color: #C7E760; }
a { background-color: rgb(199,231,96); }
div.DivClassName
{
background-color: #C7E760;
}
.BgClassName
{
background-color: #C7E760;
}
</style>
border-color css
<style>
span { border-color: #C7E760; }
span { border-color: rgb(199,231,96); }
td.TdClassName
{
border-color: #C7E760;
}
.TagClassName
{
border-color: #C7E760;
}
</style>