Shades of Mindaro #C8F762
Tints of Mindaro #C8F762
RGB
CMYK
RGB Variations
Color information
#C8F762 (or 0xC8F762) is known color: Mindaro. HEX triplet: C8, F7 and 62. RGB value is (200,247,98). Sum of RGB (Red+Green+Blue) = 200+247+98=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F762 is #37089D. Grayscale: #D8D8D8. Windows color (decimal): -3606686 or 6485960. OLE color: 6485960.
HSL color Cylindrical-coordinate representation of color #C8F762: hue angle of 78.93º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8F762 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 98 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.03 |
| HSL | 78.93º | 0.9% | 0.68% | - |
| HSV(B) | 78.93º | 0.6% | 0.97% | - |
| XYZ | 59.28 | 79.68 | 23.81 | - |
| YUV | 215.96 | 61.43 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 98 | 0.19 | 0 | 0.60 | 0.03 | 78.93 | 0.9 | 0.68 |
| Hex | C8 | F7 | 62 | 13 | 0 | 3C | 3 | 4F | 5A | 44 |
| Octal | 310 | 367 | 142 | 23 | 0 | 74 | 3 | 117 | 132 | 104 |
| Binary | 11001000 | 11110111 | 1100010 | 10011 | 0 | 111100 | 11 | 1001111 | 1011010 | 1000100 |
Color Harmonies of #C8F762
Complementary color
Monochromatic Colors of #C8F762
Black with #C8F762
Text Example
Text Example
White with #C8F762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F762; }
p { color: rgb(200,247,98); }
H1.HeaderClassName
{
color: #C8F762;
}
.AnyTagClassName
{
color: #C8F762;
}
</style>
background-color css
<style>
a { background-color: #C8F762; }
a { background-color: rgb(200,247,98); }
div.DivClassName
{
background-color: #C8F762;
}
.BgClassName
{
background-color: #C8F762;
}
</style>
border-color css
<style>
span { border-color: #C8F762; }
span { border-color: rgb(200,247,98); }
td.TdClassName
{
border-color: #C8F762;
}
.TagClassName
{
border-color: #C8F762;
}
</style>