Shades of Mindaro #CDF66D
Tints of Mindaro #CDF66D
RGB
CMYK
RGB Variations
Color information
#CDF66D (or 0xCDF66D) is known color: Mindaro. HEX triplet: CD, F6 and 6D. RGB value is (205,246,109). Sum of RGB (Red+Green+Blue) = 205+246+109=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF66D is #320992. Grayscale: #DADADA. Windows color (decimal): -3279251 or 7206605. OLE color: 7206605.
HSL color Cylindrical-coordinate representation of color #CDF66D: hue angle of 77.96º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDF66D is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 109 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.04 |
| HSL | 77.96º | 0.88% | 0.7% | - |
| HSV(B) | 77.96º | 0.56% | 0.96% | - |
| XYZ | 60.89 | 79.99 | 26.7 | - |
| YUV | 218.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 109 | 0.17 | 0 | 0.56 | 0.04 | 77.96 | 0.88 | 0.7 |
| Hex | CD | F6 | 6D | 11 | 0 | 38 | 4 | 4E | 58 | 46 |
| Octal | 315 | 366 | 155 | 21 | 0 | 70 | 4 | 116 | 130 | 106 |
| Binary | 11001101 | 11110110 | 1101101 | 10001 | 0 | 111000 | 100 | 1001110 | 1011000 | 1000110 |
Color Harmonies of #CDF66D
Complementary color
Monochromatic Colors of #CDF66D
Black with #CDF66D
Text Example
Text Example
White with #CDF66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF66D; }
p { color: rgb(205,246,109); }
H1.HeaderClassName
{
color: #CDF66D;
}
.AnyTagClassName
{
color: #CDF66D;
}
</style>
background-color css
<style>
a { background-color: #CDF66D; }
a { background-color: rgb(205,246,109); }
div.DivClassName
{
background-color: #CDF66D;
}
.BgClassName
{
background-color: #CDF66D;
}
</style>
border-color css
<style>
span { border-color: #CDF66D; }
span { border-color: rgb(205,246,109); }
td.TdClassName
{
border-color: #CDF66D;
}
.TagClassName
{
border-color: #CDF66D;
}
</style>