Shades of Mindaro #CDE662
Tints of Mindaro #CDE662
RGB
CMYK
RGB Variations
Color information
#CDE662 (or 0xCDE662) is known color: Mindaro. HEX triplet: CD, E6 and 62. RGB value is (205,230,98). Sum of RGB (Red+Green+Blue) = 205+230+98=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE662 is #32199D. Grayscale: #CFCFCF. Windows color (decimal): -3283358 or 6481613. OLE color: 6481613.
HSL color Cylindrical-coordinate representation of color #CDE662: hue angle of 71.36º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDE662 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 98 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.10 |
| HSL | 71.36º | 0.73% | 0.64% | - |
| HSV(B) | 71.36º | 0.57% | 0.9% | - |
| XYZ | 55.68 | 70.45 | 22.22 | - |
| YUV | 207.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 98 | 0.11 | 0 | 0.57 | 0.10 | 71.36 | 0.73 | 0.64 |
| Hex | CD | E6 | 62 | B | 0 | 39 | A | 47 | 49 | 40 |
| Octal | 315 | 346 | 142 | 13 | 0 | 71 | 12 | 107 | 111 | 100 |
| Binary | 11001101 | 11100110 | 1100010 | 1011 | 0 | 111001 | 1010 | 1000111 | 1001001 | 1000000 |
Color Harmonies of #CDE662
Complementary color
Monochromatic Colors of #CDE662
Black with #CDE662
Text Example
Text Example
White with #CDE662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE662; }
p { color: rgb(205,230,98); }
H1.HeaderClassName
{
color: #CDE662;
}
.AnyTagClassName
{
color: #CDE662;
}
</style>
background-color css
<style>
a { background-color: #CDE662; }
a { background-color: rgb(205,230,98); }
div.DivClassName
{
background-color: #CDE662;
}
.BgClassName
{
background-color: #CDE662;
}
</style>
border-color css
<style>
span { border-color: #CDE662; }
span { border-color: rgb(205,230,98); }
td.TdClassName
{
border-color: #CDE662;
}
.TagClassName
{
border-color: #CDE662;
}
</style>