Shades of Mindaro #CDF766
Tints of Mindaro #CDF766
RGB
CMYK
RGB Variations
Color information
#CDF766 (or 0xCDF766) is known color: Mindaro. HEX triplet: CD, F7 and 66. RGB value is (205,247,102). Sum of RGB (Red+Green+Blue) = 205+247+102=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF766 is #320899. Grayscale: #DADADA. Windows color (decimal): -3279002 or 6748109. OLE color: 6748109.
HSL color Cylindrical-coordinate representation of color #CDF766: hue angle of 77.38º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDF766 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 102 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.03 |
| HSL | 77.38º | 0.9% | 0.68% | - |
| HSV(B) | 77.38º | 0.59% | 0.97% | - |
| XYZ | 60.84 | 80.46 | 24.89 | - |
| YUV | 217.91 | 62.59 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 102 | 0.17 | 0 | 0.59 | 0.03 | 77.38 | 0.9 | 0.68 |
| Hex | CD | F7 | 66 | 11 | 0 | 3B | 3 | 4D | 5A | 44 |
| Octal | 315 | 367 | 146 | 21 | 0 | 73 | 3 | 115 | 132 | 104 |
| Binary | 11001101 | 11110111 | 1100110 | 10001 | 0 | 111011 | 11 | 1001101 | 1011010 | 1000100 |
Color Harmonies of #CDF766
Complementary color
Monochromatic Colors of #CDF766
Black with #CDF766
Text Example
Text Example
White with #CDF766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF766; }
p { color: rgb(205,247,102); }
H1.HeaderClassName
{
color: #CDF766;
}
.AnyTagClassName
{
color: #CDF766;
}
</style>
background-color css
<style>
a { background-color: #CDF766; }
a { background-color: rgb(205,247,102); }
div.DivClassName
{
background-color: #CDF766;
}
.BgClassName
{
background-color: #CDF766;
}
</style>
border-color css
<style>
span { border-color: #CDF766; }
span { border-color: rgb(205,247,102); }
td.TdClassName
{
border-color: #CDF766;
}
.TagClassName
{
border-color: #CDF766;
}
</style>