Shades of Mindaro #CEE360
Tints of Mindaro #CEE360
RGB
CMYK
RGB Variations
Color information
#CEE360 (or 0xCEE360) is known color: Mindaro. HEX triplet: CE, E3 and 60. RGB value is (206,227,96). Sum of RGB (Red+Green+Blue) = 206+227+96=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE360 is #311C9F. Grayscale: #CECECE. Windows color (decimal): -3218592 or 6349774. OLE color: 6349774.
HSL color Cylindrical-coordinate representation of color #CEE360: hue angle of 69.62º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEE360 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 96 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.11 |
| HSL | 69.62º | 0.7% | 0.63% | - |
| HSV(B) | 69.62º | 0.58% | 0.89% | - |
| XYZ | 55.03 | 68.9 | 21.47 | - |
| YUV | 205.79 | 66.04 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 96 | 0.09 | 0 | 0.58 | 0.11 | 69.62 | 0.7 | 0.63 |
| Hex | CE | E3 | 60 | 9 | 0 | 3A | B | 46 | 46 | 3F |
| Octal | 316 | 343 | 140 | 11 | 0 | 72 | 13 | 106 | 106 | 77 |
| Binary | 11001110 | 11100011 | 1100000 | 1001 | 0 | 111010 | 1011 | 1000110 | 1000110 | 111111 |
Color Harmonies of #CEE360
Complementary color
Monochromatic Colors of #CEE360
Black with #CEE360
Text Example
Text Example
White with #CEE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE360; }
p { color: rgb(206,227,96); }
H1.HeaderClassName
{
color: #CEE360;
}
.AnyTagClassName
{
color: #CEE360;
}
</style>
background-color css
<style>
a { background-color: #CEE360; }
a { background-color: rgb(206,227,96); }
div.DivClassName
{
background-color: #CEE360;
}
.BgClassName
{
background-color: #CEE360;
}
</style>
border-color css
<style>
span { border-color: #CEE360; }
span { border-color: rgb(206,227,96); }
td.TdClassName
{
border-color: #CEE360;
}
.TagClassName
{
border-color: #CEE360;
}
</style>