Shades of Mindaro #CEDE77
Tints of Mindaro #CEDE77
RGB
CMYK
RGB Variations
Color information
#CEDE77 (or 0xCEDE77) is known color: Mindaro. HEX triplet: CE, DE and 77. RGB value is (206,222,119). Sum of RGB (Red+Green+Blue) = 206+222+119=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE77 is #312188. Grayscale: #CDCDCD. Windows color (decimal): -3219849 or 7855822. OLE color: 7855822.
HSL color Cylindrical-coordinate representation of color #CEDE77: hue angle of 69.32º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEDE77 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 119 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.13 |
| HSL | 69.32º | 0.61% | 0.67% | - |
| HSV(B) | 69.32º | 0.46% | 0.87% | - |
| XYZ | 54.9 | 66.7 | 27.43 | - |
| YUV | 205.47 | 79.2 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 119 | 0.07 | 0 | 0.46 | 0.13 | 69.32 | 0.61 | 0.67 |
| Hex | CE | DE | 77 | 7 | 0 | 2E | D | 45 | 3D | 43 |
| Octal | 316 | 336 | 167 | 7 | 0 | 56 | 15 | 105 | 75 | 103 |
| Binary | 11001110 | 11011110 | 1110111 | 111 | 0 | 101110 | 1101 | 1000101 | 111101 | 1000011 |
Color Harmonies of #CEDE77
Complementary color
Monochromatic Colors of #CEDE77
Black with #CEDE77
Text Example
Text Example
White with #CEDE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE77; }
p { color: rgb(206,222,119); }
H1.HeaderClassName
{
color: #CEDE77;
}
.AnyTagClassName
{
color: #CEDE77;
}
</style>
background-color css
<style>
a { background-color: #CEDE77; }
a { background-color: rgb(206,222,119); }
div.DivClassName
{
background-color: #CEDE77;
}
.BgClassName
{
background-color: #CEDE77;
}
</style>
border-color css
<style>
span { border-color: #CEDE77; }
span { border-color: rgb(206,222,119); }
td.TdClassName
{
border-color: #CEDE77;
}
.TagClassName
{
border-color: #CEDE77;
}
</style>