Shades of Mindaro #CEDE73
Tints of Mindaro #CEDE73
RGB
CMYK
RGB Variations
Color information
#CEDE73 (or 0xCEDE73) is known color: Mindaro. HEX triplet: CE, DE and 73. RGB value is (206,222,115). Sum of RGB (Red+Green+Blue) = 206+222+115=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE73 is #31218C. Grayscale: #CDCDCD. Windows color (decimal): -3219853 or 7593678. OLE color: 7593678.
HSL color Cylindrical-coordinate representation of color #CEDE73: hue angle of 68.97º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEDE73 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 115 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.13 |
| HSL | 68.97º | 0.62% | 0.66% | - |
| HSV(B) | 68.97º | 0.48% | 0.87% | - |
| XYZ | 54.67 | 66.6 | 26.19 | - |
| YUV | 205.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 115 | 0.07 | 0 | 0.48 | 0.13 | 68.97 | 0.62 | 0.66 |
| Hex | CE | DE | 73 | 7 | 0 | 30 | D | 45 | 3E | 42 |
| Octal | 316 | 336 | 163 | 7 | 0 | 60 | 15 | 105 | 76 | 102 |
| Binary | 11001110 | 11011110 | 1110011 | 111 | 0 | 110000 | 1101 | 1000101 | 111110 | 1000010 |
Color Harmonies of #CEDE73
Complementary color
Monochromatic Colors of #CEDE73
Black with #CEDE73
Text Example
Text Example
White with #CEDE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE73; }
p { color: rgb(206,222,115); }
H1.HeaderClassName
{
color: #CEDE73;
}
.AnyTagClassName
{
color: #CEDE73;
}
</style>
background-color css
<style>
a { background-color: #CEDE73; }
a { background-color: rgb(206,222,115); }
div.DivClassName
{
background-color: #CEDE73;
}
.BgClassName
{
background-color: #CEDE73;
}
</style>
border-color css
<style>
span { border-color: #CEDE73; }
span { border-color: rgb(206,222,115); }
td.TdClassName
{
border-color: #CEDE73;
}
.TagClassName
{
border-color: #CEDE73;
}
</style>