Shades of Mindaro #CDE65E
Tints of Mindaro #CDE65E
RGB
CMYK
RGB Variations
Color information
#CDE65E (or 0xCDE65E) is known color: Mindaro. HEX triplet: CD, E6 and 5E. RGB value is (205,230,94). Sum of RGB (Red+Green+Blue) = 205+230+94=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE65E is #3219A1. Grayscale: #CFCFCF. Windows color (decimal): -3283362 or 6219469. OLE color: 6219469.
HSL color Cylindrical-coordinate representation of color #CDE65E: hue angle of 71.03º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDE65E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 94 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.10 |
| HSL | 71.03º | 0.73% | 0.64% | - |
| HSV(B) | 71.03º | 0.59% | 0.9% | - |
| XYZ | 55.49 | 70.38 | 21.25 | - |
| YUV | 207.02 | 64.22 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 94 | 0.11 | 0 | 0.59 | 0.10 | 71.03 | 0.73 | 0.64 |
| Hex | CD | E6 | 5E | B | 0 | 3B | A | 47 | 49 | 40 |
| Octal | 315 | 346 | 136 | 13 | 0 | 73 | 12 | 107 | 111 | 100 |
| Binary | 11001101 | 11100110 | 1011110 | 1011 | 0 | 111011 | 1010 | 1000111 | 1001001 | 1000000 |
Color Harmonies of #CDE65E
Complementary color
Monochromatic Colors of #CDE65E
Black with #CDE65E
Text Example
Text Example
White with #CDE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE65E; }
p { color: rgb(205,230,94); }
H1.HeaderClassName
{
color: #CDE65E;
}
.AnyTagClassName
{
color: #CDE65E;
}
</style>
background-color css
<style>
a { background-color: #CDE65E; }
a { background-color: rgb(205,230,94); }
div.DivClassName
{
background-color: #CDE65E;
}
.BgClassName
{
background-color: #CDE65E;
}
</style>
border-color css
<style>
span { border-color: #CDE65E; }
span { border-color: rgb(205,230,94); }
td.TdClassName
{
border-color: #CDE65E;
}
.TagClassName
{
border-color: #CDE65E;
}
</style>