Shades of Mindaro #CEF071
Tints of Mindaro #CEF071
RGB
CMYK
RGB Variations
Color information
#CEF071 (or 0xCEF071) is known color: Mindaro. HEX triplet: CE, F0 and 71. RGB value is (206,240,113). Sum of RGB (Red+Green+Blue) = 206+240+113=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF071 is #310F8E. Grayscale: #D7D7D7. Windows color (decimal): -3215247 or 7467214. OLE color: 7467214.
HSL color Cylindrical-coordinate representation of color #CEF071: hue angle of 76.06º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEF071 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 113 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.06 |
| HSL | 76.06º | 0.81% | 0.69% | - |
| HSV(B) | 76.06º | 0.53% | 0.94% | - |
| XYZ | 59.59 | 76.63 | 27.27 | - |
| YUV | 215.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 113 | 0.14 | 0 | 0.53 | 0.06 | 76.06 | 0.81 | 0.69 |
| Hex | CE | F0 | 71 | E | 0 | 35 | 6 | 4C | 51 | 45 |
| Octal | 316 | 360 | 161 | 16 | 0 | 65 | 6 | 114 | 121 | 105 |
| Binary | 11001110 | 11110000 | 1110001 | 1110 | 0 | 110101 | 110 | 1001100 | 1010001 | 1000101 |
Color Harmonies of #CEF071
Complementary color
Monochromatic Colors of #CEF071
Black with #CEF071
Text Example
Text Example
White with #CEF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF071; }
p { color: rgb(206,240,113); }
H1.HeaderClassName
{
color: #CEF071;
}
.AnyTagClassName
{
color: #CEF071;
}
</style>
background-color css
<style>
a { background-color: #CEF071; }
a { background-color: rgb(206,240,113); }
div.DivClassName
{
background-color: #CEF071;
}
.BgClassName
{
background-color: #CEF071;
}
</style>
border-color css
<style>
span { border-color: #CEF071; }
span { border-color: rgb(206,240,113); }
td.TdClassName
{
border-color: #CEF071;
}
.TagClassName
{
border-color: #CEF071;
}
</style>