Shades of Mindaro #CEFE66
Tints of Mindaro #CEFE66
RGB
CMYK
RGB Variations
Color information
#CEFE66 (or 0xCEFE66) is known color: Mindaro. HEX triplet: CE, FE and 66. RGB value is (206,254,102). Sum of RGB (Red+Green+Blue) = 206+254+102=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 102 (40.23% from 255 or 18.15% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE66 is #310199. Grayscale: #DEDEDE. Windows color (decimal): -3211674 or 6749902. OLE color: 6749902.
HSL color Cylindrical-coordinate representation of color #CEFE66: hue angle of 78.95º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEFE66 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 102 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.00 |
| HSL | 78.95º | 0.99% | 0.7% | - |
| HSV(B) | 78.95º | 0.6% | 1% | - |
| XYZ | 63.29 | 84.96 | 25.63 | - |
| YUV | 222.32 | 60.1 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 102 | 0.19 | 0 | 0.60 | 0.00 | 78.95 | 0.99 | 0.7 |
| Hex | CE | FE | 66 | 13 | 0 | 3C | 0 | 4F | 63 | 46 |
| Octal | 316 | 376 | 146 | 23 | 0 | 74 | 0 | 117 | 143 | 106 |
| Binary | 11001110 | 11111110 | 1100110 | 10011 | 0 | 111100 | 0 | 1001111 | 1100011 | 1000110 |
Color Harmonies of #CEFE66
Complementary color
Monochromatic Colors of #CEFE66
Black with #CEFE66
Text Example
Text Example
White with #CEFE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE66; }
p { color: rgb(206,254,102); }
H1.HeaderClassName
{
color: #CEFE66;
}
.AnyTagClassName
{
color: #CEFE66;
}
</style>
background-color css
<style>
a { background-color: #CEFE66; }
a { background-color: rgb(206,254,102); }
div.DivClassName
{
background-color: #CEFE66;
}
.BgClassName
{
background-color: #CEFE66;
}
</style>
border-color css
<style>
span { border-color: #CEFE66; }
span { border-color: rgb(206,254,102); }
td.TdClassName
{
border-color: #CEFE66;
}
.TagClassName
{
border-color: #CEFE66;
}
</style>