Shades of Mindaro #CEE862
Tints of Mindaro #CEE862
RGB
CMYK
RGB Variations
Color information
#CEE862 (or 0xCEE862) is known color: Mindaro. HEX triplet: CE, E8 and 62. RGB value is (206,232,98). Sum of RGB (Red+Green+Blue) = 206+232+98=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE862 is #31179D. Grayscale: #D1D1D1. Windows color (decimal): -3217310 or 6482126. OLE color: 6482126.
HSL color Cylindrical-coordinate representation of color #CEE862: hue angle of 71.64º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEE862 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 98 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.09 |
| HSL | 71.64º | 0.74% | 0.65% | - |
| HSV(B) | 71.64º | 0.58% | 0.91% | - |
| XYZ | 56.51 | 71.72 | 22.42 | - |
| YUV | 208.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 98 | 0.11 | 0 | 0.58 | 0.09 | 71.64 | 0.74 | 0.65 |
| Hex | CE | E8 | 62 | B | 0 | 3A | 9 | 48 | 4A | 41 |
| Octal | 316 | 350 | 142 | 13 | 0 | 72 | 11 | 110 | 112 | 101 |
| Binary | 11001110 | 11101000 | 1100010 | 1011 | 0 | 111010 | 1001 | 1001000 | 1001010 | 1000001 |
Color Harmonies of #CEE862
Complementary color
Monochromatic Colors of #CEE862
Black with #CEE862
Text Example
Text Example
White with #CEE862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE862; }
p { color: rgb(206,232,98); }
H1.HeaderClassName
{
color: #CEE862;
}
.AnyTagClassName
{
color: #CEE862;
}
</style>
background-color css
<style>
a { background-color: #CEE862; }
a { background-color: rgb(206,232,98); }
div.DivClassName
{
background-color: #CEE862;
}
.BgClassName
{
background-color: #CEE862;
}
</style>
border-color css
<style>
span { border-color: #CEE862; }
span { border-color: rgb(206,232,98); }
td.TdClassName
{
border-color: #CEE862;
}
.TagClassName
{
border-color: #CEE862;
}
</style>