Shades of Mindaro #CEF06D
Tints of Mindaro #CEF06D
RGB
CMYK
RGB Variations
Color information
#CEF06D (or 0xCEF06D) is known color: Mindaro. HEX triplet: CE, F0 and 6D. RGB value is (206,240,109). Sum of RGB (Red+Green+Blue) = 206+240+109=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF06D is #310F92. Grayscale: #D7D7D7. Windows color (decimal): -3215251 or 7205070. OLE color: 7205070.
HSL color Cylindrical-coordinate representation of color #CEF06D: hue angle of 75.57º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEF06D is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 109 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.06 |
| HSL | 75.57º | 0.81% | 0.68% | - |
| HSV(B) | 75.57º | 0.55% | 0.94% | - |
| XYZ | 59.37 | 76.55 | 26.11 | - |
| YUV | 214.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 109 | 0.14 | 0 | 0.55 | 0.06 | 75.57 | 0.81 | 0.68 |
| Hex | CE | F0 | 6D | E | 0 | 37 | 6 | 4C | 51 | 44 |
| Octal | 316 | 360 | 155 | 16 | 0 | 67 | 6 | 114 | 121 | 104 |
| Binary | 11001110 | 11110000 | 1101101 | 1110 | 0 | 110111 | 110 | 1001100 | 1010001 | 1000100 |
Color Harmonies of #CEF06D
Complementary color
Monochromatic Colors of #CEF06D
Black with #CEF06D
Text Example
Text Example
White with #CEF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF06D; }
p { color: rgb(206,240,109); }
H1.HeaderClassName
{
color: #CEF06D;
}
.AnyTagClassName
{
color: #CEF06D;
}
</style>
background-color css
<style>
a { background-color: #CEF06D; }
a { background-color: rgb(206,240,109); }
div.DivClassName
{
background-color: #CEF06D;
}
.BgClassName
{
background-color: #CEF06D;
}
</style>
border-color css
<style>
span { border-color: #CEF06D; }
span { border-color: rgb(206,240,109); }
td.TdClassName
{
border-color: #CEF06D;
}
.TagClassName
{
border-color: #CEF06D;
}
</style>