Shades of Mindaro #C8F665
Tints of Mindaro #C8F665
RGB
CMYK
RGB Variations
Color information
#C8F665 (or 0xC8F665) is known color: Mindaro. HEX triplet: C8, F6 and 65. RGB value is (200,246,101). Sum of RGB (Red+Green+Blue) = 200+246+101=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F665 is #37099A. Grayscale: #D8D8D8. Windows color (decimal): -3606939 or 6682312. OLE color: 6682312.
HSL color Cylindrical-coordinate representation of color #C8F665: hue angle of 79.03º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8F665 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 101 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.04 |
| HSL | 79.03º | 0.89% | 0.68% | - |
| HSV(B) | 79.03º | 0.59% | 0.96% | - |
| XYZ | 59.12 | 79.13 | 24.47 | - |
| YUV | 215.72 | 63.26 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 101 | 0.19 | 0 | 0.59 | 0.04 | 79.03 | 0.89 | 0.68 |
| Hex | C8 | F6 | 65 | 13 | 0 | 3B | 4 | 4F | 59 | 44 |
| Octal | 310 | 366 | 145 | 23 | 0 | 73 | 4 | 117 | 131 | 104 |
| Binary | 11001000 | 11110110 | 1100101 | 10011 | 0 | 111011 | 100 | 1001111 | 1011001 | 1000100 |
Color Harmonies of #C8F665
Complementary color
Monochromatic Colors of #C8F665
Black with #C8F665
Text Example
Text Example
White with #C8F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F665; }
p { color: rgb(200,246,101); }
H1.HeaderClassName
{
color: #C8F665;
}
.AnyTagClassName
{
color: #C8F665;
}
</style>
background-color css
<style>
a { background-color: #C8F665; }
a { background-color: rgb(200,246,101); }
div.DivClassName
{
background-color: #C8F665;
}
.BgClassName
{
background-color: #C8F665;
}
</style>
border-color css
<style>
span { border-color: #C8F665; }
span { border-color: rgb(200,246,101); }
td.TdClassName
{
border-color: #C8F665;
}
.TagClassName
{
border-color: #C8F665;
}
</style>