Shades of Mindaro #CDF550
Tints of Mindaro #CDF550
RGB
CMYK
RGB Variations
Color information
#CDF550 (or 0xCDF550) is known color: Mindaro. HEX triplet: CD, F5 and 50. RGB value is (205,245,80). Sum of RGB (Red+Green+Blue) = 205+245+80=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF550 is #320AAF. Grayscale: #D6D6D6. Windows color (decimal): -3279536 or 5305805. OLE color: 5305805.
HSL color Cylindrical-coordinate representation of color #CDF550: hue angle of 74.55º degrees, saturation: 0.89, 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 #CDF550 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 80 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.04 |
| HSL | 74.55º | 0.89% | 0.64% | - |
| HSV(B) | 74.55º | 0.67% | 0.96% | - |
| XYZ | 59.28 | 78.86 | 19.69 | - |
| YUV | 214.23 | 52.25 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 80 | 0.16 | 0 | 0.67 | 0.04 | 74.55 | 0.89 | 0.64 |
| Hex | CD | F5 | 50 | 10 | 0 | 43 | 4 | 4B | 59 | 40 |
| Octal | 315 | 365 | 120 | 20 | 0 | 103 | 4 | 113 | 131 | 100 |
| Binary | 11001101 | 11110101 | 1010000 | 10000 | 0 | 1000011 | 100 | 1001011 | 1011001 | 1000000 |
Color Harmonies of #CDF550
Complementary color
Monochromatic Colors of #CDF550
Black with #CDF550
Text Example
Text Example
White with #CDF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF550; }
p { color: rgb(205,245,80); }
H1.HeaderClassName
{
color: #CDF550;
}
.AnyTagClassName
{
color: #CDF550;
}
</style>
background-color css
<style>
a { background-color: #CDF550; }
a { background-color: rgb(205,245,80); }
div.DivClassName
{
background-color: #CDF550;
}
.BgClassName
{
background-color: #CDF550;
}
</style>
border-color css
<style>
span { border-color: #CDF550; }
span { border-color: rgb(205,245,80); }
td.TdClassName
{
border-color: #CDF550;
}
.TagClassName
{
border-color: #CDF550;
}
</style>