Shades of Mindaro #CDF66C
Tints of Mindaro #CDF66C
RGB
CMYK
RGB Variations
Color information
#CDF66C (or 0xCDF66C) is known color: Mindaro. HEX triplet: CD, F6 and 6C. RGB value is (205,246,108). Sum of RGB (Red+Green+Blue) = 205+246+108=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF66C is #320993. Grayscale: #DADADA. Windows color (decimal): -3279252 or 7141069. OLE color: 7141069.
HSL color Cylindrical-coordinate representation of color #CDF66C: hue angle of 77.83º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDF66C is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 108 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.04 |
| HSL | 77.83º | 0.88% | 0.69% | - |
| HSV(B) | 77.83º | 0.56% | 0.96% | - |
| XYZ | 60.84 | 79.97 | 26.42 | - |
| YUV | 218.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 108 | 0.17 | 0 | 0.56 | 0.04 | 77.83 | 0.88 | 0.69 |
| Hex | CD | F6 | 6C | 11 | 0 | 38 | 4 | 4E | 58 | 45 |
| Octal | 315 | 366 | 154 | 21 | 0 | 70 | 4 | 116 | 130 | 105 |
| Binary | 11001101 | 11110110 | 1101100 | 10001 | 0 | 111000 | 100 | 1001110 | 1011000 | 1000101 |
Color Harmonies of #CDF66C
Complementary color
Monochromatic Colors of #CDF66C
Black with #CDF66C
Text Example
Text Example
White with #CDF66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF66C; }
p { color: rgb(205,246,108); }
H1.HeaderClassName
{
color: #CDF66C;
}
.AnyTagClassName
{
color: #CDF66C;
}
</style>
background-color css
<style>
a { background-color: #CDF66C; }
a { background-color: rgb(205,246,108); }
div.DivClassName
{
background-color: #CDF66C;
}
.BgClassName
{
background-color: #CDF66C;
}
</style>
border-color css
<style>
span { border-color: #CDF66C; }
span { border-color: rgb(205,246,108); }
td.TdClassName
{
border-color: #CDF66C;
}
.TagClassName
{
border-color: #CDF66C;
}
</style>