Shades of Mindaro #CEE377
Tints of Mindaro #CEE377
RGB
CMYK
RGB Variations
Color information
#CEE377 (or 0xCEE377) is known color: Mindaro. HEX triplet: CE, E3 and 77. RGB value is (206,227,119). Sum of RGB (Red+Green+Blue) = 206+227+119=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE377 is #311C88. Grayscale: #D0D0D0. Windows color (decimal): -3218569 or 7857102. OLE color: 7857102.
HSL color Cylindrical-coordinate representation of color #CEE377: hue angle of 71.67º 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 #CEE377 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 119 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.11 |
| HSL | 71.67º | 0.66% | 0.68% | - |
| HSV(B) | 71.67º | 0.48% | 0.89% | - |
| XYZ | 56.25 | 69.39 | 27.88 | - |
| YUV | 208.41 | 77.54 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 119 | 0.09 | 0 | 0.48 | 0.11 | 71.67 | 0.66 | 0.68 |
| Hex | CE | E3 | 77 | 9 | 0 | 30 | B | 48 | 42 | 44 |
| Octal | 316 | 343 | 167 | 11 | 0 | 60 | 13 | 110 | 102 | 104 |
| Binary | 11001110 | 11100011 | 1110111 | 1001 | 0 | 110000 | 1011 | 1001000 | 1000010 | 1000100 |
Color Harmonies of #CEE377
Complementary color
Monochromatic Colors of #CEE377
Black with #CEE377
Text Example
Text Example
White with #CEE377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE377; }
p { color: rgb(206,227,119); }
H1.HeaderClassName
{
color: #CEE377;
}
.AnyTagClassName
{
color: #CEE377;
}
</style>
background-color css
<style>
a { background-color: #CEE377; }
a { background-color: rgb(206,227,119); }
div.DivClassName
{
background-color: #CEE377;
}
.BgClassName
{
background-color: #CEE377;
}
</style>
border-color css
<style>
span { border-color: #CEE377; }
span { border-color: rgb(206,227,119); }
td.TdClassName
{
border-color: #CEE377;
}
.TagClassName
{
border-color: #CEE377;
}
</style>