Shades of Mindaro #CEDE6E
Tints of Mindaro #CEDE6E
RGB
CMYK
RGB Variations
Color information
#CEDE6E (or 0xCEDE6E) is known color: Mindaro. HEX triplet: CE, DE and 6E. RGB value is (206,222,110). Sum of RGB (Red+Green+Blue) = 206+222+110=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE6E is #312191. Grayscale: #CCCCCC. Windows color (decimal): -3219858 or 7265998. OLE color: 7265998.
HSL color Cylindrical-coordinate representation of color #CEDE6E: hue angle of 68.57º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEDE6E is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 110 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.13 |
| HSL | 68.57º | 0.63% | 0.65% | - |
| HSV(B) | 68.57º | 0.5% | 0.87% | - |
| XYZ | 54.39 | 66.49 | 24.72 | - |
| YUV | 204.45 | 74.7 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 110 | 0.07 | 0 | 0.50 | 0.13 | 68.57 | 0.63 | 0.65 |
| Hex | CE | DE | 6E | 7 | 0 | 32 | D | 45 | 3F | 41 |
| Octal | 316 | 336 | 156 | 7 | 0 | 62 | 15 | 105 | 77 | 101 |
| Binary | 11001110 | 11011110 | 1101110 | 111 | 0 | 110010 | 1101 | 1000101 | 111111 | 1000001 |
Color Harmonies of #CEDE6E
Complementary color
Monochromatic Colors of #CEDE6E
Black with #CEDE6E
Text Example
Text Example
White with #CEDE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE6E; }
p { color: rgb(206,222,110); }
H1.HeaderClassName
{
color: #CEDE6E;
}
.AnyTagClassName
{
color: #CEDE6E;
}
</style>
background-color css
<style>
a { background-color: #CEDE6E; }
a { background-color: rgb(206,222,110); }
div.DivClassName
{
background-color: #CEDE6E;
}
.BgClassName
{
background-color: #CEDE6E;
}
</style>
border-color css
<style>
span { border-color: #CEDE6E; }
span { border-color: rgb(206,222,110); }
td.TdClassName
{
border-color: #CEDE6E;
}
.TagClassName
{
border-color: #CEDE6E;
}
</style>