Shades of Mindaro #CEE367
Tints of Mindaro #CEE367
RGB
CMYK
RGB Variations
Color information
#CEE367 (or 0xCEE367) is known color: Mindaro. HEX triplet: CE, E3 and 67. RGB value is (206,227,103). Sum of RGB (Red+Green+Blue) = 206+227+103=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE367 is #311C98. Grayscale: #CFCFCF. Windows color (decimal): -3218585 or 6808526. OLE color: 6808526.
HSL color Cylindrical-coordinate representation of color #CEE367: hue angle of 70.16º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEE367 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 103 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.11 |
| HSL | 70.16º | 0.69% | 0.65% | - |
| HSV(B) | 70.16º | 0.55% | 0.89% | - |
| XYZ | 55.37 | 69.04 | 23.24 | - |
| YUV | 206.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 103 | 0.09 | 0 | 0.55 | 0.11 | 70.16 | 0.69 | 0.65 |
| Hex | CE | E3 | 67 | 9 | 0 | 37 | B | 46 | 45 | 41 |
| Octal | 316 | 343 | 147 | 11 | 0 | 67 | 13 | 106 | 105 | 101 |
| Binary | 11001110 | 11100011 | 1100111 | 1001 | 0 | 110111 | 1011 | 1000110 | 1000101 | 1000001 |
Color Harmonies of #CEE367
Complementary color
Monochromatic Colors of #CEE367
Black with #CEE367
Text Example
Text Example
White with #CEE367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE367; }
p { color: rgb(206,227,103); }
H1.HeaderClassName
{
color: #CEE367;
}
.AnyTagClassName
{
color: #CEE367;
}
</style>
background-color css
<style>
a { background-color: #CEE367; }
a { background-color: rgb(206,227,103); }
div.DivClassName
{
background-color: #CEE367;
}
.BgClassName
{
background-color: #CEE367;
}
</style>
border-color css
<style>
span { border-color: #CEE367; }
span { border-color: rgb(206,227,103); }
td.TdClassName
{
border-color: #CEE367;
}
.TagClassName
{
border-color: #CEE367;
}
</style>