Shades of Mindaro #CEDE5D
Tints of Mindaro #CEDE5D
RGB
CMYK
RGB Variations
Color information
#CEDE5D (or 0xCEDE5D) is known color: Mindaro. HEX triplet: CE, DE and 5D. RGB value is (206,222,93). Sum of RGB (Red+Green+Blue) = 206+222+93=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE5D is #3121A2. Grayscale: #CBCBCB. Windows color (decimal): -3219875 or 6151886. OLE color: 6151886.
HSL color Cylindrical-coordinate representation of color #CEDE5D: hue angle of 67.44º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEDE5D is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 93 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.13 |
| HSL | 67.44º | 0.66% | 0.62% | - |
| HSV(B) | 67.44º | 0.58% | 0.87% | - |
| XYZ | 53.55 | 66.15 | 20.3 | - |
| YUV | 202.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 93 | 0.07 | 0 | 0.58 | 0.13 | 67.44 | 0.66 | 0.62 |
| Hex | CE | DE | 5D | 7 | 0 | 3A | D | 43 | 42 | 3E |
| Octal | 316 | 336 | 135 | 7 | 0 | 72 | 15 | 103 | 102 | 76 |
| Binary | 11001110 | 11011110 | 1011101 | 111 | 0 | 111010 | 1101 | 1000011 | 1000010 | 111110 |
Color Harmonies of #CEDE5D
Complementary color
Monochromatic Colors of #CEDE5D
Black with #CEDE5D
Text Example
Text Example
White with #CEDE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE5D; }
p { color: rgb(206,222,93); }
H1.HeaderClassName
{
color: #CEDE5D;
}
.AnyTagClassName
{
color: #CEDE5D;
}
</style>
background-color css
<style>
a { background-color: #CEDE5D; }
a { background-color: rgb(206,222,93); }
div.DivClassName
{
background-color: #CEDE5D;
}
.BgClassName
{
background-color: #CEDE5D;
}
</style>
border-color css
<style>
span { border-color: #CEDE5D; }
span { border-color: rgb(206,222,93); }
td.TdClassName
{
border-color: #CEDE5D;
}
.TagClassName
{
border-color: #CEDE5D;
}
</style>