Shades of Mindaro #CEF266
Tints of Mindaro #CEF266
RGB
CMYK
RGB Variations
Color information
#CEF266 (or 0xCEF266) is known color: Mindaro. HEX triplet: CE, F2 and 66. RGB value is (206,242,102). Sum of RGB (Red+Green+Blue) = 206+242+102=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF266 is #310D99. Grayscale: #D7D7D7. Windows color (decimal): -3214746 or 6746830. OLE color: 6746830.
HSL color Cylindrical-coordinate representation of color #CEF266: hue angle of 75.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEF266 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 102 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.05 |
| HSL | 75.43º | 0.84% | 0.67% | - |
| HSV(B) | 75.43º | 0.58% | 0.95% | - |
| XYZ | 59.6 | 77.59 | 24.4 | - |
| YUV | 215.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 102 | 0.15 | 0 | 0.58 | 0.05 | 75.43 | 0.84 | 0.67 |
| Hex | CE | F2 | 66 | F | 0 | 3A | 5 | 4B | 54 | 43 |
| Octal | 316 | 362 | 146 | 17 | 0 | 72 | 5 | 113 | 124 | 103 |
| Binary | 11001110 | 11110010 | 1100110 | 1111 | 0 | 111010 | 101 | 1001011 | 1010100 | 1000011 |
Color Harmonies of #CEF266
Complementary color
Monochromatic Colors of #CEF266
Black with #CEF266
Text Example
Text Example
White with #CEF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF266; }
p { color: rgb(206,242,102); }
H1.HeaderClassName
{
color: #CEF266;
}
.AnyTagClassName
{
color: #CEF266;
}
</style>
background-color css
<style>
a { background-color: #CEF266; }
a { background-color: rgb(206,242,102); }
div.DivClassName
{
background-color: #CEF266;
}
.BgClassName
{
background-color: #CEF266;
}
</style>
border-color css
<style>
span { border-color: #CEF266; }
span { border-color: rgb(206,242,102); }
td.TdClassName
{
border-color: #CEF266;
}
.TagClassName
{
border-color: #CEF266;
}
</style>