Shades of Mindaro #CEE564
Tints of Mindaro #CEE564
RGB
CMYK
RGB Variations
Color information
#CEE564 (or 0xCEE564) is known color: Mindaro. HEX triplet: CE, E5 and 64. RGB value is (206,229,100). Sum of RGB (Red+Green+Blue) = 206+229+100=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE564 is #311A9B. Grayscale: #CFCFCF. Windows color (decimal): -3218076 or 6612430. OLE color: 6612430.
HSL color Cylindrical-coordinate representation of color #CEE564: hue angle of 70.7º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEE564 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 100 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.10 |
| HSL | 70.7º | 0.71% | 0.65% | - |
| HSV(B) | 70.7º | 0.56% | 0.9% | - |
| XYZ | 55.77 | 70.08 | 22.64 | - |
| YUV | 207.42 | 67.38 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 100 | 0.10 | 0 | 0.56 | 0.10 | 70.7 | 0.71 | 0.65 |
| Hex | CE | E5 | 64 | A | 0 | 38 | A | 47 | 47 | 41 |
| Octal | 316 | 345 | 144 | 12 | 0 | 70 | 12 | 107 | 107 | 101 |
| Binary | 11001110 | 11100101 | 1100100 | 1010 | 0 | 111000 | 1010 | 1000111 | 1000111 | 1000001 |
Color Harmonies of #CEE564
Complementary color
Monochromatic Colors of #CEE564
Black with #CEE564
Text Example
Text Example
White with #CEE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE564; }
p { color: rgb(206,229,100); }
H1.HeaderClassName
{
color: #CEE564;
}
.AnyTagClassName
{
color: #CEE564;
}
</style>
background-color css
<style>
a { background-color: #CEE564; }
a { background-color: rgb(206,229,100); }
div.DivClassName
{
background-color: #CEE564;
}
.BgClassName
{
background-color: #CEE564;
}
</style>
border-color css
<style>
span { border-color: #CEE564; }
span { border-color: rgb(206,229,100); }
td.TdClassName
{
border-color: #CEE564;
}
.TagClassName
{
border-color: #CEE564;
}
</style>