Shades of Mindaro #CEF566
Tints of Mindaro #CEF566
RGB
CMYK
RGB Variations
Color information
#CEF566 (or 0xCEF566) is known color: Mindaro. HEX triplet: CE, F5 and 66. RGB value is (206,245,102). Sum of RGB (Red+Green+Blue) = 206+245+102=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF566 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF566 is #310A99. Grayscale: #D9D9D9. Windows color (decimal): -3213978 or 6747598. OLE color: 6747598.
HSL color Cylindrical-coordinate representation of color #CEF566: hue angle of 76.36º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEF566 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 102 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.04 |
| HSL | 76.36º | 0.88% | 0.68% | - |
| HSV(B) | 76.36º | 0.58% | 0.96% | - |
| XYZ | 60.5 | 79.39 | 24.7 | - |
| YUV | 217.04 | 63.08 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 102 | 0.16 | 0 | 0.58 | 0.04 | 76.36 | 0.88 | 0.68 |
| Hex | CE | F5 | 66 | 10 | 0 | 3A | 4 | 4C | 58 | 44 |
| Octal | 316 | 365 | 146 | 20 | 0 | 72 | 4 | 114 | 130 | 104 |
| Binary | 11001110 | 11110101 | 1100110 | 10000 | 0 | 111010 | 100 | 1001100 | 1011000 | 1000100 |
Color Harmonies of #CEF566
Complementary color
Monochromatic Colors of #CEF566
Black with #CEF566
Text Example
Text Example
White with #CEF566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF566; }
p { color: rgb(206,245,102); }
H1.HeaderClassName
{
color: #CEF566;
}
.AnyTagClassName
{
color: #CEF566;
}
</style>
background-color css
<style>
a { background-color: #CEF566; }
a { background-color: rgb(206,245,102); }
div.DivClassName
{
background-color: #CEF566;
}
.BgClassName
{
background-color: #CEF566;
}
</style>
border-color css
<style>
span { border-color: #CEF566; }
span { border-color: rgb(206,245,102); }
td.TdClassName
{
border-color: #CEF566;
}
.TagClassName
{
border-color: #CEF566;
}
</style>