Shades of Mindaro #C7E262
Tints of Mindaro #C7E262
RGB
CMYK
RGB Variations
Color information
#C7E262 (or 0xC7E262) is known color: Mindaro. HEX triplet: C7, E2 and 62. RGB value is (199,226,98). Sum of RGB (Red+Green+Blue) = 199+226+98=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #C7E262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E262 is #381D9D. Grayscale: #CBCBCB. Windows color (decimal): -3677598 or 6480583. OLE color: 6480583.
HSL color Cylindrical-coordinate representation of color #C7E262: hue angle of 72.66º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7E262 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 226 | 98 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.11 |
| HSL | 72.66º | 0.69% | 0.64% | - |
| HSV(B) | 72.66º | 0.57% | 0.89% | - |
| XYZ | 52.95 | 67.42 | 21.78 | - |
| YUV | 203.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 226 | 98 | 0.12 | 0 | 0.57 | 0.11 | 72.66 | 0.69 | 0.64 |
| Hex | C7 | E2 | 62 | C | 0 | 39 | B | 49 | 45 | 40 |
| Octal | 307 | 342 | 142 | 14 | 0 | 71 | 13 | 111 | 105 | 100 |
| Binary | 11000111 | 11100010 | 1100010 | 1100 | 0 | 111001 | 1011 | 1001001 | 1000101 | 1000000 |
Color Harmonies of #C7E262
Complementary color
Monochromatic Colors of #C7E262
Black with #C7E262
Text Example
Text Example
White with #C7E262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E262; }
p { color: rgb(199,226,98); }
H1.HeaderClassName
{
color: #C7E262;
}
.AnyTagClassName
{
color: #C7E262;
}
</style>
background-color css
<style>
a { background-color: #C7E262; }
a { background-color: rgb(199,226,98); }
div.DivClassName
{
background-color: #C7E262;
}
.BgClassName
{
background-color: #C7E262;
}
</style>
border-color css
<style>
span { border-color: #C7E262; }
span { border-color: rgb(199,226,98); }
td.TdClassName
{
border-color: #C7E262;
}
.TagClassName
{
border-color: #C7E262;
}
</style>