Shades of Mindaro #CDE76D
Tints of Mindaro #CDE76D
RGB
CMYK
RGB Variations
Color information
#CDE76D (or 0xCDE76D) is known color: Mindaro. HEX triplet: CD, E7 and 6D. RGB value is (205,231,109). Sum of RGB (Red+Green+Blue) = 205+231+109=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE76D is #321892. Grayscale: #D1D1D1. Windows color (decimal): -3283091 or 7202765. OLE color: 7202765.
HSL color Cylindrical-coordinate representation of color #CDE76D: hue angle of 72.79º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDE76D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 109 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.09 |
| HSL | 72.79º | 0.72% | 0.67% | - |
| HSV(B) | 72.79º | 0.53% | 0.91% | - |
| XYZ | 56.51 | 71.24 | 25.24 | - |
| YUV | 209.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 109 | 0.11 | 0 | 0.53 | 0.09 | 72.79 | 0.72 | 0.67 |
| Hex | CD | E7 | 6D | B | 0 | 35 | 9 | 49 | 48 | 43 |
| Octal | 315 | 347 | 155 | 13 | 0 | 65 | 11 | 111 | 110 | 103 |
| Binary | 11001101 | 11100111 | 1101101 | 1011 | 0 | 110101 | 1001 | 1001001 | 1001000 | 1000011 |
Color Harmonies of #CDE76D
Complementary color
Monochromatic Colors of #CDE76D
Black with #CDE76D
Text Example
Text Example
White with #CDE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE76D; }
p { color: rgb(205,231,109); }
H1.HeaderClassName
{
color: #CDE76D;
}
.AnyTagClassName
{
color: #CDE76D;
}
</style>
background-color css
<style>
a { background-color: #CDE76D; }
a { background-color: rgb(205,231,109); }
div.DivClassName
{
background-color: #CDE76D;
}
.BgClassName
{
background-color: #CDE76D;
}
</style>
border-color css
<style>
span { border-color: #CDE76D; }
span { border-color: rgb(205,231,109); }
td.TdClassName
{
border-color: #CDE76D;
}
.TagClassName
{
border-color: #CDE76D;
}
</style>