Shades of Mindaro #CDE664
Tints of Mindaro #CDE664
RGB
CMYK
RGB Variations
Color information
#CDE664 (or 0xCDE664) is known color: Mindaro. HEX triplet: CD, E6 and 64. RGB value is (205,230,100). Sum of RGB (Red+Green+Blue) = 205+230+100=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE664 is #32199B. Grayscale: #D0D0D0. Windows color (decimal): -3283356 or 6612685. OLE color: 6612685.
HSL color Cylindrical-coordinate representation of color #CDE664: hue angle of 71.54º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDE664 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 100 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.10 |
| HSL | 71.54º | 0.72% | 0.65% | - |
| HSV(B) | 71.54º | 0.57% | 0.9% | - |
| XYZ | 55.77 | 70.49 | 22.72 | - |
| YUV | 207.71 | 67.22 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 100 | 0.11 | 0 | 0.57 | 0.10 | 71.54 | 0.72 | 0.65 |
| Hex | CD | E6 | 64 | B | 0 | 39 | A | 48 | 48 | 41 |
| Octal | 315 | 346 | 144 | 13 | 0 | 71 | 12 | 110 | 110 | 101 |
| Binary | 11001101 | 11100110 | 1100100 | 1011 | 0 | 111001 | 1010 | 1001000 | 1001000 | 1000001 |
Color Harmonies of #CDE664
Complementary color
Monochromatic Colors of #CDE664
Black with #CDE664
Text Example
Text Example
White with #CDE664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE664; }
p { color: rgb(205,230,100); }
H1.HeaderClassName
{
color: #CDE664;
}
.AnyTagClassName
{
color: #CDE664;
}
</style>
background-color css
<style>
a { background-color: #CDE664; }
a { background-color: rgb(205,230,100); }
div.DivClassName
{
background-color: #CDE664;
}
.BgClassName
{
background-color: #CDE664;
}
</style>
border-color css
<style>
span { border-color: #CDE664; }
span { border-color: rgb(205,230,100); }
td.TdClassName
{
border-color: #CDE664;
}
.TagClassName
{
border-color: #CDE664;
}
</style>