Shades of Mindaro #CEDE65
Tints of Mindaro #CEDE65
RGB
CMYK
RGB Variations
Color information
#CEDE65 (or 0xCEDE65) is known color: Mindaro. HEX triplet: CE, DE and 65. RGB value is (206,222,101). Sum of RGB (Red+Green+Blue) = 206+222+101=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE65 is #31219A. Grayscale: #CBCBCB. Windows color (decimal): -3219867 or 6676174. OLE color: 6676174.
HSL color Cylindrical-coordinate representation of color #CEDE65: hue angle of 67.93º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEDE65 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 101 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.13 |
| HSL | 67.93º | 0.65% | 0.63% | - |
| HSV(B) | 67.93º | 0.55% | 0.87% | - |
| XYZ | 53.92 | 66.3 | 22.27 | - |
| YUV | 203.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 101 | 0.07 | 0 | 0.55 | 0.13 | 67.93 | 0.65 | 0.63 |
| Hex | CE | DE | 65 | 7 | 0 | 37 | D | 44 | 41 | 3F |
| Octal | 316 | 336 | 145 | 7 | 0 | 67 | 15 | 104 | 101 | 77 |
| Binary | 11001110 | 11011110 | 1100101 | 111 | 0 | 110111 | 1101 | 1000100 | 1000001 | 111111 |
Color Harmonies of #CEDE65
Complementary color
Monochromatic Colors of #CEDE65
Black with #CEDE65
Text Example
Text Example
White with #CEDE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE65; }
p { color: rgb(206,222,101); }
H1.HeaderClassName
{
color: #CEDE65;
}
.AnyTagClassName
{
color: #CEDE65;
}
</style>
background-color css
<style>
a { background-color: #CEDE65; }
a { background-color: rgb(206,222,101); }
div.DivClassName
{
background-color: #CEDE65;
}
.BgClassName
{
background-color: #CEDE65;
}
</style>
border-color css
<style>
span { border-color: #CEDE65; }
span { border-color: rgb(206,222,101); }
td.TdClassName
{
border-color: #CEDE65;
}
.TagClassName
{
border-color: #CEDE65;
}
</style>