Shades of Mindaro #CEF063
Tints of Mindaro #CEF063
RGB
CMYK
RGB Variations
Color information
#CEF063 (or 0xCEF063) is known color: Mindaro. HEX triplet: CE, F0 and 63. RGB value is (206,240,99). Sum of RGB (Red+Green+Blue) = 206+240+99=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 99 (39.06% from 255 or 18.17% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF063 is #310F9C. Grayscale: #D6D6D6. Windows color (decimal): -3215261 or 6549710. OLE color: 6549710.
HSL color Cylindrical-coordinate representation of color #CEF063: hue angle of 74.47º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEF063 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 99 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.06 |
| HSL | 74.47º | 0.82% | 0.66% | - |
| HSV(B) | 74.47º | 0.59% | 0.94% | - |
| XYZ | 58.87 | 76.34 | 23.44 | - |
| YUV | 213.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 99 | 0.14 | 0 | 0.59 | 0.06 | 74.47 | 0.82 | 0.66 |
| Hex | CE | F0 | 63 | E | 0 | 3B | 6 | 4A | 52 | 42 |
| Octal | 316 | 360 | 143 | 16 | 0 | 73 | 6 | 112 | 122 | 102 |
| Binary | 11001110 | 11110000 | 1100011 | 1110 | 0 | 111011 | 110 | 1001010 | 1010010 | 1000010 |
Color Harmonies of #CEF063
Complementary color
Monochromatic Colors of #CEF063
Black with #CEF063
Text Example
Text Example
White with #CEF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF063; }
p { color: rgb(206,240,99); }
H1.HeaderClassName
{
color: #CEF063;
}
.AnyTagClassName
{
color: #CEF063;
}
</style>
background-color css
<style>
a { background-color: #CEF063; }
a { background-color: rgb(206,240,99); }
div.DivClassName
{
background-color: #CEF063;
}
.BgClassName
{
background-color: #CEF063;
}
</style>
border-color css
<style>
span { border-color: #CEF063; }
span { border-color: rgb(206,240,99); }
td.TdClassName
{
border-color: #CEF063;
}
.TagClassName
{
border-color: #CEF063;
}
</style>