Shades of Mindaro #CEF66D
Tints of Mindaro #CEF66D
RGB
CMYK
RGB Variations
Color information
#CEF66D (or 0xCEF66D) is known color: Mindaro. HEX triplet: CE, F6 and 6D. RGB value is (206,246,109). Sum of RGB (Red+Green+Blue) = 206+246+109=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF66D is #310992. Grayscale: #DADADA. Windows color (decimal): -3213715 or 7206606. OLE color: 7206606.
HSL color Cylindrical-coordinate representation of color #CEF66D: hue angle of 77.52º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEF66D is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 109 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.04 |
| HSL | 77.52º | 0.88% | 0.7% | - |
| HSV(B) | 77.52º | 0.56% | 0.96% | - |
| XYZ | 61.17 | 80.14 | 26.71 | - |
| YUV | 218.42 | 66.25 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 109 | 0.16 | 0 | 0.56 | 0.04 | 77.52 | 0.88 | 0.7 |
| Hex | CE | F6 | 6D | 10 | 0 | 38 | 4 | 4E | 58 | 46 |
| Octal | 316 | 366 | 155 | 20 | 0 | 70 | 4 | 116 | 130 | 106 |
| Binary | 11001110 | 11110110 | 1101101 | 10000 | 0 | 111000 | 100 | 1001110 | 1011000 | 1000110 |
Color Harmonies of #CEF66D
Complementary color
Monochromatic Colors of #CEF66D
Black with #CEF66D
Text Example
Text Example
White with #CEF66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF66D; }
p { color: rgb(206,246,109); }
H1.HeaderClassName
{
color: #CEF66D;
}
.AnyTagClassName
{
color: #CEF66D;
}
</style>
background-color css
<style>
a { background-color: #CEF66D; }
a { background-color: rgb(206,246,109); }
div.DivClassName
{
background-color: #CEF66D;
}
.BgClassName
{
background-color: #CEF66D;
}
</style>
border-color css
<style>
span { border-color: #CEF66D; }
span { border-color: rgb(206,246,109); }
td.TdClassName
{
border-color: #CEF66D;
}
.TagClassName
{
border-color: #CEF66D;
}
</style>