Shades of Mindaro #CEF069
Tints of Mindaro #CEF069
RGB
CMYK
RGB Variations
Color information
#CEF069 (or 0xCEF069) is known color: Mindaro. HEX triplet: CE, F0 and 69. RGB value is (206,240,105). Sum of RGB (Red+Green+Blue) = 206+240+105=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF069 is #310F96. Grayscale: #D6D6D6. Windows color (decimal): -3215255 or 6942926. OLE color: 6942926.
HSL color Cylindrical-coordinate representation of color #CEF069: hue angle of 75.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEF069 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 105 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.06 |
| HSL | 75.11º | 0.82% | 0.68% | - |
| HSV(B) | 75.11º | 0.56% | 0.94% | - |
| XYZ | 59.16 | 76.46 | 25 | - |
| YUV | 214.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 105 | 0.14 | 0 | 0.56 | 0.06 | 75.11 | 0.82 | 0.68 |
| Hex | CE | F0 | 69 | E | 0 | 38 | 6 | 4B | 52 | 44 |
| Octal | 316 | 360 | 151 | 16 | 0 | 70 | 6 | 113 | 122 | 104 |
| Binary | 11001110 | 11110000 | 1101001 | 1110 | 0 | 111000 | 110 | 1001011 | 1010010 | 1000100 |
Color Harmonies of #CEF069
Complementary color
Monochromatic Colors of #CEF069
Black with #CEF069
Text Example
Text Example
White with #CEF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF069; }
p { color: rgb(206,240,105); }
H1.HeaderClassName
{
color: #CEF069;
}
.AnyTagClassName
{
color: #CEF069;
}
</style>
background-color css
<style>
a { background-color: #CEF069; }
a { background-color: rgb(206,240,105); }
div.DivClassName
{
background-color: #CEF069;
}
.BgClassName
{
background-color: #CEF069;
}
</style>
border-color css
<style>
span { border-color: #CEF069; }
span { border-color: rgb(206,240,105); }
td.TdClassName
{
border-color: #CEF069;
}
.TagClassName
{
border-color: #CEF069;
}
</style>