Shades of Mindaro #CEF569
Tints of Mindaro #CEF569
RGB
CMYK
RGB Variations
Color information
#CEF569 (or 0xCEF569) is known color: Mindaro. HEX triplet: CE, F5 and 69. RGB value is (206,245,105). Sum of RGB (Red+Green+Blue) = 206+245+105=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF569 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF569 is #310A96. Grayscale: #D9D9D9. Windows color (decimal): -3213975 or 6944206. OLE color: 6944206.
HSL color Cylindrical-coordinate representation of color #CEF569: hue angle of 76.71º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEF569 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 105 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.04 |
| HSL | 76.71º | 0.88% | 0.69% | - |
| HSV(B) | 76.71º | 0.57% | 0.96% | - |
| XYZ | 60.66 | 79.45 | 25.5 | - |
| YUV | 217.38 | 64.58 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 105 | 0.16 | 0 | 0.57 | 0.04 | 76.71 | 0.88 | 0.69 |
| Hex | CE | F5 | 69 | 10 | 0 | 39 | 4 | 4D | 58 | 45 |
| Octal | 316 | 365 | 151 | 20 | 0 | 71 | 4 | 115 | 130 | 105 |
| Binary | 11001110 | 11110101 | 1101001 | 10000 | 0 | 111001 | 100 | 1001101 | 1011000 | 1000101 |
Color Harmonies of #CEF569
Complementary color
Monochromatic Colors of #CEF569
Black with #CEF569
Text Example
Text Example
White with #CEF569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF569; }
p { color: rgb(206,245,105); }
H1.HeaderClassName
{
color: #CEF569;
}
.AnyTagClassName
{
color: #CEF569;
}
</style>
background-color css
<style>
a { background-color: #CEF569; }
a { background-color: rgb(206,245,105); }
div.DivClassName
{
background-color: #CEF569;
}
.BgClassName
{
background-color: #CEF569;
}
</style>
border-color css
<style>
span { border-color: #CEF569; }
span { border-color: rgb(206,245,105); }
td.TdClassName
{
border-color: #CEF569;
}
.TagClassName
{
border-color: #CEF569;
}
</style>