Shades of Mindaro #CDE76B
Tints of Mindaro #CDE76B
RGB
CMYK
RGB Variations
Color information
#CDE76B (or 0xCDE76B) is known color: Mindaro. HEX triplet: CD, E7 and 6B. RGB value is (205,231,107). Sum of RGB (Red+Green+Blue) = 205+231+107=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE76B is #321894. Grayscale: #D1D1D1. Windows color (decimal): -3283093 or 7071693. OLE color: 7071693.
HSL color Cylindrical-coordinate representation of color #CDE76B: hue angle of 72.58º 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 #CDE76B is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 107 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.09 |
| HSL | 72.58º | 0.72% | 0.66% | - |
| HSV(B) | 72.58º | 0.54% | 0.91% | - |
| XYZ | 56.41 | 71.19 | 24.68 | - |
| YUV | 209.09 | 70.39 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 107 | 0.11 | 0 | 0.54 | 0.09 | 72.58 | 0.72 | 0.66 |
| Hex | CD | E7 | 6B | B | 0 | 36 | 9 | 49 | 48 | 42 |
| Octal | 315 | 347 | 153 | 13 | 0 | 66 | 11 | 111 | 110 | 102 |
| Binary | 11001101 | 11100111 | 1101011 | 1011 | 0 | 110110 | 1001 | 1001001 | 1001000 | 1000010 |
Color Harmonies of #CDE76B
Complementary color
Monochromatic Colors of #CDE76B
Black with #CDE76B
Text Example
Text Example
White with #CDE76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE76B; }
p { color: rgb(205,231,107); }
H1.HeaderClassName
{
color: #CDE76B;
}
.AnyTagClassName
{
color: #CDE76B;
}
</style>
background-color css
<style>
a { background-color: #CDE76B; }
a { background-color: rgb(205,231,107); }
div.DivClassName
{
background-color: #CDE76B;
}
.BgClassName
{
background-color: #CDE76B;
}
</style>
border-color css
<style>
span { border-color: #CDE76B; }
span { border-color: rgb(205,231,107); }
td.TdClassName
{
border-color: #CDE76B;
}
.TagClassName
{
border-color: #CDE76B;
}
</style>