Shades of Mindaro #CEF763
Tints of Mindaro #CEF763
RGB
CMYK
RGB Variations
Color information
#CEF763 (or 0xCEF763) is known color: Mindaro. HEX triplet: CE, F7 and 63. RGB value is (206,247,99). Sum of RGB (Red+Green+Blue) = 206+247+99=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF763 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF763 is #31089C. Grayscale: #DADADA. Windows color (decimal): -3213469 or 6551502. OLE color: 6551502.
HSL color Cylindrical-coordinate representation of color #CEF763: hue angle of 76.62º 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 #CEF763 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 99 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.03 |
| HSL | 76.62º | 0.9% | 0.68% | - |
| HSV(B) | 76.62º | 0.6% | 0.97% | - |
| XYZ | 60.97 | 80.54 | 24.14 | - |
| YUV | 217.87 | 60.92 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 99 | 0.17 | 0 | 0.60 | 0.03 | 76.62 | 0.9 | 0.68 |
| Hex | CE | F7 | 63 | 11 | 0 | 3C | 3 | 4D | 5A | 44 |
| Octal | 316 | 367 | 143 | 21 | 0 | 74 | 3 | 115 | 132 | 104 |
| Binary | 11001110 | 11110111 | 1100011 | 10001 | 0 | 111100 | 11 | 1001101 | 1011010 | 1000100 |
Color Harmonies of #CEF763
Complementary color
Monochromatic Colors of #CEF763
Black with #CEF763
Text Example
Text Example
White with #CEF763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF763; }
p { color: rgb(206,247,99); }
H1.HeaderClassName
{
color: #CEF763;
}
.AnyTagClassName
{
color: #CEF763;
}
</style>
background-color css
<style>
a { background-color: #CEF763; }
a { background-color: rgb(206,247,99); }
div.DivClassName
{
background-color: #CEF763;
}
.BgClassName
{
background-color: #CEF763;
}
</style>
border-color css
<style>
span { border-color: #CEF763; }
span { border-color: rgb(206,247,99); }
td.TdClassName
{
border-color: #CEF763;
}
.TagClassName
{
border-color: #CEF763;
}
</style>