Shades of Mindaro #CEE562
Tints of Mindaro #CEE562
RGB
CMYK
RGB Variations
Color information
#CEE562 (or 0xCEE562) is known color: Mindaro. HEX triplet: CE, E5 and 62. RGB value is (206,229,98). Sum of RGB (Red+Green+Blue) = 206+229+98=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE562 is #311A9D. Grayscale: #CFCFCF. Windows color (decimal): -3218078 or 6481358. OLE color: 6481358.
HSL color Cylindrical-coordinate representation of color #CEE562: hue angle of 70.53º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEE562 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 98 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.10 |
| HSL | 70.53º | 0.72% | 0.64% | - |
| HSV(B) | 70.53º | 0.57% | 0.9% | - |
| XYZ | 55.68 | 70.04 | 22.14 | - |
| YUV | 207.19 | 66.38 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 98 | 0.10 | 0 | 0.57 | 0.10 | 70.53 | 0.72 | 0.64 |
| Hex | CE | E5 | 62 | A | 0 | 39 | A | 47 | 48 | 40 |
| Octal | 316 | 345 | 142 | 12 | 0 | 71 | 12 | 107 | 110 | 100 |
| Binary | 11001110 | 11100101 | 1100010 | 1010 | 0 | 111001 | 1010 | 1000111 | 1001000 | 1000000 |
Color Harmonies of #CEE562
Complementary color
Monochromatic Colors of #CEE562
Black with #CEE562
Text Example
Text Example
White with #CEE562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE562; }
p { color: rgb(206,229,98); }
H1.HeaderClassName
{
color: #CEE562;
}
.AnyTagClassName
{
color: #CEE562;
}
</style>
background-color css
<style>
a { background-color: #CEE562; }
a { background-color: rgb(206,229,98); }
div.DivClassName
{
background-color: #CEE562;
}
.BgClassName
{
background-color: #CEE562;
}
</style>
border-color css
<style>
span { border-color: #CEE562; }
span { border-color: rgb(206,229,98); }
td.TdClassName
{
border-color: #CEE562;
}
.TagClassName
{
border-color: #CEE562;
}
</style>