Shades of Mindaro #CDE66B
Tints of Mindaro #CDE66B
RGB
CMYK
RGB Variations
Color information
#CDE66B (or 0xCDE66B) is known color: Mindaro. HEX triplet: CD, E6 and 6B. RGB value is (205,230,107). Sum of RGB (Red+Green+Blue) = 205+230+107=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE66B is #321994. Grayscale: #D0D0D0. Windows color (decimal): -3283349 or 7071437. OLE color: 7071437.
HSL color Cylindrical-coordinate representation of color #CDE66B: hue angle of 72.2º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDE66B is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 107 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.10 |
| HSL | 72.2º | 0.71% | 0.66% | - |
| HSV(B) | 72.2º | 0.53% | 0.9% | - |
| XYZ | 56.13 | 70.63 | 24.59 | - |
| YUV | 208.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 107 | 0.11 | 0 | 0.53 | 0.10 | 72.2 | 0.71 | 0.66 |
| Hex | CD | E6 | 6B | B | 0 | 35 | A | 48 | 47 | 42 |
| Octal | 315 | 346 | 153 | 13 | 0 | 65 | 12 | 110 | 107 | 102 |
| Binary | 11001101 | 11100110 | 1101011 | 1011 | 0 | 110101 | 1010 | 1001000 | 1000111 | 1000010 |
Color Harmonies of #CDE66B
Complementary color
Monochromatic Colors of #CDE66B
Black with #CDE66B
Text Example
Text Example
White with #CDE66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE66B; }
p { color: rgb(205,230,107); }
H1.HeaderClassName
{
color: #CDE66B;
}
.AnyTagClassName
{
color: #CDE66B;
}
</style>
background-color css
<style>
a { background-color: #CDE66B; }
a { background-color: rgb(205,230,107); }
div.DivClassName
{
background-color: #CDE66B;
}
.BgClassName
{
background-color: #CDE66B;
}
</style>
border-color css
<style>
span { border-color: #CDE66B; }
span { border-color: rgb(205,230,107); }
td.TdClassName
{
border-color: #CDE66B;
}
.TagClassName
{
border-color: #CDE66B;
}
</style>