Shades of Mindaro #CDE76A
Tints of Mindaro #CDE76A
RGB
CMYK
RGB Variations
Color information
#CDE76A (or 0xCDE76A) is known color: Mindaro. HEX triplet: CD, E7 and 6A. RGB value is (205,231,106). Sum of RGB (Red+Green+Blue) = 205+231+106=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE76A is #321895. Grayscale: #D1D1D1. Windows color (decimal): -3283094 or 7006157. OLE color: 7006157.
HSL color Cylindrical-coordinate representation of color #CDE76A: hue angle of 72.48º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDE76A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 106 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.09 |
| HSL | 72.48º | 0.72% | 0.66% | - |
| HSV(B) | 72.48º | 0.54% | 0.91% | - |
| XYZ | 56.35 | 71.17 | 24.4 | - |
| YUV | 208.98 | 69.89 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 106 | 0.11 | 0 | 0.54 | 0.09 | 72.48 | 0.72 | 0.66 |
| Hex | CD | E7 | 6A | B | 0 | 36 | 9 | 48 | 48 | 42 |
| Octal | 315 | 347 | 152 | 13 | 0 | 66 | 11 | 110 | 110 | 102 |
| Binary | 11001101 | 11100111 | 1101010 | 1011 | 0 | 110110 | 1001 | 1001000 | 1001000 | 1000010 |
Color Harmonies of #CDE76A
Complementary color
Monochromatic Colors of #CDE76A
Black with #CDE76A
Text Example
Text Example
White with #CDE76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE76A; }
p { color: rgb(205,231,106); }
H1.HeaderClassName
{
color: #CDE76A;
}
.AnyTagClassName
{
color: #CDE76A;
}
</style>
background-color css
<style>
a { background-color: #CDE76A; }
a { background-color: rgb(205,231,106); }
div.DivClassName
{
background-color: #CDE76A;
}
.BgClassName
{
background-color: #CDE76A;
}
</style>
border-color css
<style>
span { border-color: #CDE76A; }
span { border-color: rgb(205,231,106); }
td.TdClassName
{
border-color: #CDE76A;
}
.TagClassName
{
border-color: #CDE76A;
}
</style>