Shades of Mindaro #CDE66F
Tints of Mindaro #CDE66F
RGB
CMYK
RGB Variations
Color information
#CDE66F (or 0xCDE66F) is known color: Mindaro. HEX triplet: CD, E6 and 6F. RGB value is (205,230,111). Sum of RGB (Red+Green+Blue) = 205+230+111=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE66F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE66F is #321990. Grayscale: #D1D1D1. Windows color (decimal): -3283345 or 7333581. OLE color: 7333581.
HSL color Cylindrical-coordinate representation of color #CDE66F: hue angle of 72.61º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDE66F is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 111 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.10 |
| HSL | 72.61º | 0.7% | 0.67% | - |
| HSV(B) | 72.61º | 0.52% | 0.9% | - |
| XYZ | 56.34 | 70.72 | 25.72 | - |
| YUV | 208.96 | 72.72 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 111 | 0.11 | 0 | 0.52 | 0.10 | 72.61 | 0.7 | 0.67 |
| Hex | CD | E6 | 6F | B | 0 | 34 | A | 49 | 46 | 43 |
| Octal | 315 | 346 | 157 | 13 | 0 | 64 | 12 | 111 | 106 | 103 |
| Binary | 11001101 | 11100110 | 1101111 | 1011 | 0 | 110100 | 1010 | 1001001 | 1000110 | 1000011 |
Color Harmonies of #CDE66F
Complementary color
Monochromatic Colors of #CDE66F
Black with #CDE66F
Text Example
Text Example
White with #CDE66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE66F; }
p { color: rgb(205,230,111); }
H1.HeaderClassName
{
color: #CDE66F;
}
.AnyTagClassName
{
color: #CDE66F;
}
</style>
background-color css
<style>
a { background-color: #CDE66F; }
a { background-color: rgb(205,230,111); }
div.DivClassName
{
background-color: #CDE66F;
}
.BgClassName
{
background-color: #CDE66F;
}
</style>
border-color css
<style>
span { border-color: #CDE66F; }
span { border-color: rgb(205,230,111); }
td.TdClassName
{
border-color: #CDE66F;
}
.TagClassName
{
border-color: #CDE66F;
}
</style>