Shades of Mindaro #CDF66B
Tints of Mindaro #CDF66B
RGB
CMYK
RGB Variations
Color information
#CDF66B (or 0xCDF66B) is known color: Mindaro. HEX triplet: CD, F6 and 6B. RGB value is (205,246,107). Sum of RGB (Red+Green+Blue) = 205+246+107=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF66B is #320994. Grayscale: #DADADA. Windows color (decimal): -3279253 or 7075533. OLE color: 7075533.
HSL color Cylindrical-coordinate representation of color #CDF66B: hue angle of 77.7º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF66B is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 107 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.04 |
| HSL | 77.7º | 0.89% | 0.69% | - |
| HSV(B) | 77.7º | 0.57% | 0.96% | - |
| XYZ | 60.79 | 79.95 | 26.14 | - |
| YUV | 217.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 107 | 0.17 | 0 | 0.57 | 0.04 | 77.7 | 0.89 | 0.69 |
| Hex | CD | F6 | 6B | 11 | 0 | 39 | 4 | 4E | 59 | 45 |
| Octal | 315 | 366 | 153 | 21 | 0 | 71 | 4 | 116 | 131 | 105 |
| Binary | 11001101 | 11110110 | 1101011 | 10001 | 0 | 111001 | 100 | 1001110 | 1011001 | 1000101 |
Color Harmonies of #CDF66B
Complementary color
Monochromatic Colors of #CDF66B
Black with #CDF66B
Text Example
Text Example
White with #CDF66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF66B; }
p { color: rgb(205,246,107); }
H1.HeaderClassName
{
color: #CDF66B;
}
.AnyTagClassName
{
color: #CDF66B;
}
</style>
background-color css
<style>
a { background-color: #CDF66B; }
a { background-color: rgb(205,246,107); }
div.DivClassName
{
background-color: #CDF66B;
}
.BgClassName
{
background-color: #CDF66B;
}
</style>
border-color css
<style>
span { border-color: #CDF66B; }
span { border-color: rgb(205,246,107); }
td.TdClassName
{
border-color: #CDF66B;
}
.TagClassName
{
border-color: #CDF66B;
}
</style>