Shades of Mindaro #CEE86D
Tints of Mindaro #CEE86D
RGB
CMYK
RGB Variations
Color information
#CEE86D (or 0xCEE86D) is known color: Mindaro. HEX triplet: CE, E8 and 6D. RGB value is (206,232,109). Sum of RGB (Red+Green+Blue) = 206+232+109=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE86D is #311792. Grayscale: #D2D2D2. Windows color (decimal): -3217299 or 7203022. OLE color: 7203022.
HSL color Cylindrical-coordinate representation of color #CEE86D: hue angle of 72.68º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEE86D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 109 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.09 |
| HSL | 72.68º | 0.73% | 0.67% | - |
| HSV(B) | 72.68º | 0.53% | 0.91% | - |
| XYZ | 57.07 | 71.94 | 25.35 | - |
| YUV | 210.2 | 70.89 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 109 | 0.11 | 0 | 0.53 | 0.09 | 72.68 | 0.73 | 0.67 |
| Hex | CE | E8 | 6D | B | 0 | 35 | 9 | 49 | 49 | 43 |
| Octal | 316 | 350 | 155 | 13 | 0 | 65 | 11 | 111 | 111 | 103 |
| Binary | 11001110 | 11101000 | 1101101 | 1011 | 0 | 110101 | 1001 | 1001001 | 1001001 | 1000011 |
Color Harmonies of #CEE86D
Complementary color
Monochromatic Colors of #CEE86D
Black with #CEE86D
Text Example
Text Example
White with #CEE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE86D; }
p { color: rgb(206,232,109); }
H1.HeaderClassName
{
color: #CEE86D;
}
.AnyTagClassName
{
color: #CEE86D;
}
</style>
background-color css
<style>
a { background-color: #CEE86D; }
a { background-color: rgb(206,232,109); }
div.DivClassName
{
background-color: #CEE86D;
}
.BgClassName
{
background-color: #CEE86D;
}
</style>
border-color css
<style>
span { border-color: #CEE86D; }
span { border-color: rgb(206,232,109); }
td.TdClassName
{
border-color: #CEE86D;
}
.TagClassName
{
border-color: #CEE86D;
}
</style>