Shades of Mindaro #CEF762
Tints of Mindaro #CEF762
RGB
CMYK
RGB Variations
Color information
#CEF762 (or 0xCEF762) is known color: Mindaro. HEX triplet: CE, F7 and 62. RGB value is (206,247,98). Sum of RGB (Red+Green+Blue) = 206+247+98=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF762 is #31089D. Grayscale: #DADADA. Windows color (decimal): -3213470 or 6485966. OLE color: 6485966.
HSL color Cylindrical-coordinate representation of color #CEF762: hue angle of 76.51º 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 #CEF762 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 98 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.03 |
| HSL | 76.51º | 0.9% | 0.68% | - |
| HSV(B) | 76.51º | 0.6% | 0.97% | - |
| XYZ | 60.92 | 80.53 | 23.89 | - |
| YUV | 217.76 | 60.42 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 98 | 0.17 | 0 | 0.60 | 0.03 | 76.51 | 0.9 | 0.68 |
| Hex | CE | F7 | 62 | 11 | 0 | 3C | 3 | 4D | 5A | 44 |
| Octal | 316 | 367 | 142 | 21 | 0 | 74 | 3 | 115 | 132 | 104 |
| Binary | 11001110 | 11110111 | 1100010 | 10001 | 0 | 111100 | 11 | 1001101 | 1011010 | 1000100 |
Color Harmonies of #CEF762
Complementary color
Monochromatic Colors of #CEF762
Black with #CEF762
Text Example
Text Example
White with #CEF762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF762; }
p { color: rgb(206,247,98); }
H1.HeaderClassName
{
color: #CEF762;
}
.AnyTagClassName
{
color: #CEF762;
}
</style>
background-color css
<style>
a { background-color: #CEF762; }
a { background-color: rgb(206,247,98); }
div.DivClassName
{
background-color: #CEF762;
}
.BgClassName
{
background-color: #CEF762;
}
</style>
border-color css
<style>
span { border-color: #CEF762; }
span { border-color: rgb(206,247,98); }
td.TdClassName
{
border-color: #CEF762;
}
.TagClassName
{
border-color: #CEF762;
}
</style>