Shades of Mindaro #CEFC66
Tints of Mindaro #CEFC66
RGB
CMYK
RGB Variations
Color information
#CEFC66 (or 0xCEFC66) is known color: Mindaro. HEX triplet: CE, FC and 66. RGB value is (206,252,102). Sum of RGB (Red+Green+Blue) = 206+252+102=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC66 is #310399. Grayscale: #DDDDDD. Windows color (decimal): -3212186 or 6749390. OLE color: 6749390.
HSL color Cylindrical-coordinate representation of color #CEFC66: hue angle of 78.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEFC66 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 102 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.01 |
| HSL | 78.4º | 0.96% | 0.69% | - |
| HSV(B) | 78.4º | 0.6% | 0.99% | - |
| XYZ | 62.66 | 83.7 | 25.42 | - |
| YUV | 221.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 102 | 0.18 | 0 | 0.60 | 0.01 | 78.4 | 0.96 | 0.69 |
| Hex | CE | FC | 66 | 12 | 0 | 3C | 1 | 4E | 60 | 45 |
| Octal | 316 | 374 | 146 | 22 | 0 | 74 | 1 | 116 | 140 | 105 |
| Binary | 11001110 | 11111100 | 1100110 | 10010 | 0 | 111100 | 1 | 1001110 | 1100000 | 1000101 |
Color Harmonies of #CEFC66
Complementary color
Monochromatic Colors of #CEFC66
Black with #CEFC66
Text Example
Text Example
White with #CEFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC66; }
p { color: rgb(206,252,102); }
H1.HeaderClassName
{
color: #CEFC66;
}
.AnyTagClassName
{
color: #CEFC66;
}
</style>
background-color css
<style>
a { background-color: #CEFC66; }
a { background-color: rgb(206,252,102); }
div.DivClassName
{
background-color: #CEFC66;
}
.BgClassName
{
background-color: #CEFC66;
}
</style>
border-color css
<style>
span { border-color: #CEFC66; }
span { border-color: rgb(206,252,102); }
td.TdClassName
{
border-color: #CEFC66;
}
.TagClassName
{
border-color: #CEFC66;
}
</style>