Shades of Mindaro #CEE376
Tints of Mindaro #CEE376
RGB
CMYK
RGB Variations
Color information
#CEE376 (or 0xCEE376) is known color: Mindaro. HEX triplet: CE, E3 and 76. RGB value is (206,227,118). Sum of RGB (Red+Green+Blue) = 206+227+118=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE376 is #311C89. Grayscale: #D0D0D0. Windows color (decimal): -3218570 or 7791566. OLE color: 7791566.
HSL color Cylindrical-coordinate representation of color #CEE376: hue angle of 71.56º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEE376 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 118 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.11 |
| HSL | 71.56º | 0.66% | 0.68% | - |
| HSV(B) | 71.56º | 0.48% | 0.89% | - |
| XYZ | 56.19 | 69.37 | 27.57 | - |
| YUV | 208.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 118 | 0.09 | 0 | 0.48 | 0.11 | 71.56 | 0.66 | 0.68 |
| Hex | CE | E3 | 76 | 9 | 0 | 30 | B | 48 | 42 | 44 |
| Octal | 316 | 343 | 166 | 11 | 0 | 60 | 13 | 110 | 102 | 104 |
| Binary | 11001110 | 11100011 | 1110110 | 1001 | 0 | 110000 | 1011 | 1001000 | 1000010 | 1000100 |
Color Harmonies of #CEE376
Complementary color
Monochromatic Colors of #CEE376
Black with #CEE376
Text Example
Text Example
White with #CEE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE376; }
p { color: rgb(206,227,118); }
H1.HeaderClassName
{
color: #CEE376;
}
.AnyTagClassName
{
color: #CEE376;
}
</style>
background-color css
<style>
a { background-color: #CEE376; }
a { background-color: rgb(206,227,118); }
div.DivClassName
{
background-color: #CEE376;
}
.BgClassName
{
background-color: #CEE376;
}
</style>
border-color css
<style>
span { border-color: #CEE376; }
span { border-color: rgb(206,227,118); }
td.TdClassName
{
border-color: #CEE376;
}
.TagClassName
{
border-color: #CEE376;
}
</style>