Shades of Mindaro #CDE476
Tints of Mindaro #CDE476
RGB
CMYK
RGB Variations
Color information
#CDE476 (or 0xCDE476) is known color: Mindaro. HEX triplet: CD, E4 and 76. RGB value is (205,228,118). Sum of RGB (Red+Green+Blue) = 205+228+118=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE476 is #321B89. Grayscale: #D0D0D0. Windows color (decimal): -3283850 or 7791821. OLE color: 7791821.
HSL color Cylindrical-coordinate representation of color #CDE476: hue angle of 72.55º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDE476 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 118 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.11 |
| HSL | 72.55º | 0.67% | 0.68% | - |
| HSV(B) | 72.55º | 0.48% | 0.89% | - |
| XYZ | 56.19 | 69.77 | 27.65 | - |
| YUV | 208.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 118 | 0.10 | 0 | 0.48 | 0.11 | 72.55 | 0.67 | 0.68 |
| Hex | CD | E4 | 76 | A | 0 | 30 | B | 49 | 43 | 44 |
| Octal | 315 | 344 | 166 | 12 | 0 | 60 | 13 | 111 | 103 | 104 |
| Binary | 11001101 | 11100100 | 1110110 | 1010 | 0 | 110000 | 1011 | 1001001 | 1000011 | 1000100 |
Color Harmonies of #CDE476
Complementary color
Monochromatic Colors of #CDE476
Black with #CDE476
Text Example
Text Example
White with #CDE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE476; }
p { color: rgb(205,228,118); }
H1.HeaderClassName
{
color: #CDE476;
}
.AnyTagClassName
{
color: #CDE476;
}
</style>
background-color css
<style>
a { background-color: #CDE476; }
a { background-color: rgb(205,228,118); }
div.DivClassName
{
background-color: #CDE476;
}
.BgClassName
{
background-color: #CDE476;
}
</style>
border-color css
<style>
span { border-color: #CDE476; }
span { border-color: rgb(205,228,118); }
td.TdClassName
{
border-color: #CDE476;
}
.TagClassName
{
border-color: #CDE476;
}
</style>