Shades of Mindaro #C7E85F
Tints of Mindaro #C7E85F
RGB
CMYK
RGB Variations
Color information
#C7E85F (or 0xC7E85F) is known color: Mindaro. HEX triplet: C7, E8 and 5F. RGB value is (199,232,95). Sum of RGB (Red+Green+Blue) = 199+232+95=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #C7E85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E85F is #3817A0. Grayscale: #CFCFCF. Windows color (decimal): -3676065 or 6285511. OLE color: 6285511.
HSL color Cylindrical-coordinate representation of color #C7E85F: hue angle of 74.45º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7E85F is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 232 | 95 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.09 |
| HSL | 74.45º | 0.75% | 0.64% | - |
| HSV(B) | 74.45º | 0.59% | 0.91% | - |
| XYZ | 54.48 | 70.68 | 21.6 | - |
| YUV | 206.52 | 65.07 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 232 | 95 | 0.14 | 0 | 0.59 | 0.09 | 74.45 | 0.75 | 0.64 |
| Hex | C7 | E8 | 5F | E | 0 | 3B | 9 | 4A | 4B | 40 |
| Octal | 307 | 350 | 137 | 16 | 0 | 73 | 11 | 112 | 113 | 100 |
| Binary | 11000111 | 11101000 | 1011111 | 1110 | 0 | 111011 | 1001 | 1001010 | 1001011 | 1000000 |
Color Harmonies of #C7E85F
Complementary color
Monochromatic Colors of #C7E85F
Black with #C7E85F
Text Example
Text Example
White with #C7E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E85F; }
p { color: rgb(199,232,95); }
H1.HeaderClassName
{
color: #C7E85F;
}
.AnyTagClassName
{
color: #C7E85F;
}
</style>
background-color css
<style>
a { background-color: #C7E85F; }
a { background-color: rgb(199,232,95); }
div.DivClassName
{
background-color: #C7E85F;
}
.BgClassName
{
background-color: #C7E85F;
}
</style>
border-color css
<style>
span { border-color: #C7E85F; }
span { border-color: rgb(199,232,95); }
td.TdClassName
{
border-color: #C7E85F;
}
.TagClassName
{
border-color: #C7E85F;
}
</style>