Shades of Mindaro #C8F65E
Tints of Mindaro #C8F65E
RGB
CMYK
RGB Variations
Color information
#C8F65E (or 0xC8F65E) is known color: Mindaro. HEX triplet: C8, F6 and 5E. RGB value is (200,246,94). Sum of RGB (Red+Green+Blue) = 200+246+94=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F65E is #3709A1. Grayscale: #D7D7D7. Windows color (decimal): -3606946 or 6223560. OLE color: 6223560.
HSL color Cylindrical-coordinate representation of color #C8F65E: hue angle of 78.16º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8F65E is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 94 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.04 |
| HSL | 78.16º | 0.89% | 0.67% | - |
| HSV(B) | 78.16º | 0.62% | 0.96% | - |
| XYZ | 58.8 | 79 | 22.74 | - |
| YUV | 214.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 94 | 0.19 | 0 | 0.62 | 0.04 | 78.16 | 0.89 | 0.67 |
| Hex | C8 | F6 | 5E | 13 | 0 | 3E | 4 | 4E | 59 | 43 |
| Octal | 310 | 366 | 136 | 23 | 0 | 76 | 4 | 116 | 131 | 103 |
| Binary | 11001000 | 11110110 | 1011110 | 10011 | 0 | 111110 | 100 | 1001110 | 1011001 | 1000011 |
Color Harmonies of #C8F65E
Complementary color
Monochromatic Colors of #C8F65E
Black with #C8F65E
Text Example
Text Example
White with #C8F65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F65E; }
p { color: rgb(200,246,94); }
H1.HeaderClassName
{
color: #C8F65E;
}
.AnyTagClassName
{
color: #C8F65E;
}
</style>
background-color css
<style>
a { background-color: #C8F65E; }
a { background-color: rgb(200,246,94); }
div.DivClassName
{
background-color: #C8F65E;
}
.BgClassName
{
background-color: #C8F65E;
}
</style>
border-color css
<style>
span { border-color: #C8F65E; }
span { border-color: rgb(200,246,94); }
td.TdClassName
{
border-color: #C8F65E;
}
.TagClassName
{
border-color: #C8F65E;
}
</style>