Shades of Mindaro #CDF650
Tints of Mindaro #CDF650
RGB
CMYK
RGB Variations
Color information
#CDF650 (or 0xCDF650) is known color: Mindaro. HEX triplet: CD, F6 and 50. RGB value is (205,246,80). Sum of RGB (Red+Green+Blue) = 205+246+80=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF650 is #3209AF. Grayscale: #D7D7D7. Windows color (decimal): -3279280 or 5306061. OLE color: 5306061.
HSL color Cylindrical-coordinate representation of color #CDF650: hue angle of 74.82º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDF650 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 80 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.04 |
| HSL | 74.82º | 0.9% | 0.64% | - |
| HSV(B) | 74.82º | 0.67% | 0.96% | - |
| XYZ | 59.58 | 79.47 | 19.79 | - |
| YUV | 214.82 | 51.92 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 80 | 0.17 | 0 | 0.67 | 0.04 | 74.82 | 0.9 | 0.64 |
| Hex | CD | F6 | 50 | 11 | 0 | 43 | 4 | 4B | 5A | 40 |
| Octal | 315 | 366 | 120 | 21 | 0 | 103 | 4 | 113 | 132 | 100 |
| Binary | 11001101 | 11110110 | 1010000 | 10001 | 0 | 1000011 | 100 | 1001011 | 1011010 | 1000000 |
Color Harmonies of #CDF650
Complementary color
Monochromatic Colors of #CDF650
Black with #CDF650
Text Example
Text Example
White with #CDF650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF650; }
p { color: rgb(205,246,80); }
H1.HeaderClassName
{
color: #CDF650;
}
.AnyTagClassName
{
color: #CDF650;
}
</style>
background-color css
<style>
a { background-color: #CDF650; }
a { background-color: rgb(205,246,80); }
div.DivClassName
{
background-color: #CDF650;
}
.BgClassName
{
background-color: #CDF650;
}
</style>
border-color css
<style>
span { border-color: #CDF650; }
span { border-color: rgb(205,246,80); }
td.TdClassName
{
border-color: #CDF650;
}
.TagClassName
{
border-color: #CDF650;
}
</style>