Shades of Mindaro #CEF067
Tints of Mindaro #CEF067
RGB
CMYK
RGB Variations
Color information
#CEF067 (or 0xCEF067) is known color: Mindaro. HEX triplet: CE, F0 and 67. RGB value is (206,240,103). Sum of RGB (Red+Green+Blue) = 206+240+103=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF067 is #310F98. Grayscale: #D6D6D6. Windows color (decimal): -3215257 or 6811854. OLE color: 6811854.
HSL color Cylindrical-coordinate representation of color #CEF067: hue angle of 74.89º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEF067 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 103 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.06 |
| HSL | 74.89º | 0.82% | 0.67% | - |
| HSV(B) | 74.89º | 0.57% | 0.94% | - |
| XYZ | 59.06 | 76.42 | 24.47 | - |
| YUV | 214.22 | 65.24 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 103 | 0.14 | 0 | 0.57 | 0.06 | 74.89 | 0.82 | 0.67 |
| Hex | CE | F0 | 67 | E | 0 | 39 | 6 | 4B | 52 | 43 |
| Octal | 316 | 360 | 147 | 16 | 0 | 71 | 6 | 113 | 122 | 103 |
| Binary | 11001110 | 11110000 | 1100111 | 1110 | 0 | 111001 | 110 | 1001011 | 1010010 | 1000011 |
Color Harmonies of #CEF067
Complementary color
Monochromatic Colors of #CEF067
Black with #CEF067
Text Example
Text Example
White with #CEF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF067; }
p { color: rgb(206,240,103); }
H1.HeaderClassName
{
color: #CEF067;
}
.AnyTagClassName
{
color: #CEF067;
}
</style>
background-color css
<style>
a { background-color: #CEF067; }
a { background-color: rgb(206,240,103); }
div.DivClassName
{
background-color: #CEF067;
}
.BgClassName
{
background-color: #CEF067;
}
</style>
border-color css
<style>
span { border-color: #CEF067; }
span { border-color: rgb(206,240,103); }
td.TdClassName
{
border-color: #CEF067;
}
.TagClassName
{
border-color: #CEF067;
}
</style>