Shades of Mindaro #C6E662
Tints of Mindaro #C6E662
RGB
CMYK
RGB Variations
Color information
#C6E662 (or 0xC6E662) is known color: Mindaro. HEX triplet: C6, E6 and 62. RGB value is (198,230,98). Sum of RGB (Red+Green+Blue) = 198+230+98=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #C6E662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6E662 is #39199D. Grayscale: #CDCDCD. Windows color (decimal): -3742110 or 6481606. OLE color: 6481606.
HSL color Cylindrical-coordinate representation of color #C6E662: hue angle of 74.55º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6E662 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 230 | 98 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.10 |
| HSL | 74.55º | 0.73% | 0.64% | - |
| HSV(B) | 74.55º | 0.57% | 0.9% | - |
| XYZ | 53.79 | 69.48 | 22.13 | - |
| YUV | 205.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 230 | 98 | 0.14 | 0 | 0.57 | 0.10 | 74.55 | 0.73 | 0.64 |
| Hex | C6 | E6 | 62 | E | 0 | 39 | A | 4B | 49 | 40 |
| Octal | 306 | 346 | 142 | 16 | 0 | 71 | 12 | 113 | 111 | 100 |
| Binary | 11000110 | 11100110 | 1100010 | 1110 | 0 | 111001 | 1010 | 1001011 | 1001001 | 1000000 |
Color Harmonies of #C6E662
Complementary color
Monochromatic Colors of #C6E662
Black with #C6E662
Text Example
Text Example
White with #C6E662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E662; }
p { color: rgb(198,230,98); }
H1.HeaderClassName
{
color: #C6E662;
}
.AnyTagClassName
{
color: #C6E662;
}
</style>
background-color css
<style>
a { background-color: #C6E662; }
a { background-color: rgb(198,230,98); }
div.DivClassName
{
background-color: #C6E662;
}
.BgClassName
{
background-color: #C6E662;
}
</style>
border-color css
<style>
span { border-color: #C6E662; }
span { border-color: rgb(198,230,98); }
td.TdClassName
{
border-color: #C6E662;
}
.TagClassName
{
border-color: #C6E662;
}
</style>