Shades of Mindaro #C7EA65
Tints of Mindaro #C7EA65
RGB
CMYK
RGB Variations
Color information
#C7EA65 (or 0xC7EA65) is known color: Mindaro. HEX triplet: C7, EA and 65. RGB value is (199,234,101). Sum of RGB (Red+Green+Blue) = 199+234+101=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7EA65 is #38159A. Grayscale: #D0D0D0. Windows color (decimal): -3675547 or 6679239. OLE color: 6679239.
HSL color Cylindrical-coordinate representation of color #C7EA65: hue angle of 75.79º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7EA65 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 234 | 101 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.08 |
| HSL | 75.79º | 0.76% | 0.66% | - |
| HSV(B) | 75.79º | 0.57% | 0.92% | - |
| XYZ | 55.32 | 71.93 | 23.28 | - |
| YUV | 208.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 234 | 101 | 0.15 | 0 | 0.57 | 0.08 | 75.79 | 0.76 | 0.66 |
| Hex | C7 | EA | 65 | F | 0 | 39 | 8 | 4C | 4C | 42 |
| Octal | 307 | 352 | 145 | 17 | 0 | 71 | 10 | 114 | 114 | 102 |
| Binary | 11000111 | 11101010 | 1100101 | 1111 | 0 | 111001 | 1000 | 1001100 | 1001100 | 1000010 |
Color Harmonies of #C7EA65
Complementary color
Monochromatic Colors of #C7EA65
Black with #C7EA65
Text Example
Text Example
White with #C7EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EA65; }
p { color: rgb(199,234,101); }
H1.HeaderClassName
{
color: #C7EA65;
}
.AnyTagClassName
{
color: #C7EA65;
}
</style>
background-color css
<style>
a { background-color: #C7EA65; }
a { background-color: rgb(199,234,101); }
div.DivClassName
{
background-color: #C7EA65;
}
.BgClassName
{
background-color: #C7EA65;
}
</style>
border-color css
<style>
span { border-color: #C7EA65; }
span { border-color: rgb(199,234,101); }
td.TdClassName
{
border-color: #C7EA65;
}
.TagClassName
{
border-color: #C7EA65;
}
</style>