Shades of Mindaro #CFF550
Tints of Mindaro #CFF550
RGB
CMYK
RGB Variations
Color information
#CFF550 (or 0xCFF550) is known color: Mindaro. HEX triplet: CF, F5 and 50. RGB value is (207,245,80). Sum of RGB (Red+Green+Blue) = 207+245+80=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF550 is #300AAF. Grayscale: #D7D7D7. Windows color (decimal): -3148464 or 5305807. OLE color: 5305807.
HSL color Cylindrical-coordinate representation of color #CFF550: hue angle of 73.82º 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 #CFF550 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 80 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.04 |
| HSL | 73.82º | 0.89% | 0.64% | - |
| HSV(B) | 73.82º | 0.67% | 0.96% | - |
| XYZ | 59.83 | 79.15 | 19.71 | - |
| YUV | 214.83 | 51.91 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 80 | 0.16 | 0 | 0.67 | 0.04 | 73.82 | 0.89 | 0.64 |
| Hex | CF | F5 | 50 | 10 | 0 | 43 | 4 | 4A | 59 | 40 |
| Octal | 317 | 365 | 120 | 20 | 0 | 103 | 4 | 112 | 131 | 100 |
| Binary | 11001111 | 11110101 | 1010000 | 10000 | 0 | 1000011 | 100 | 1001010 | 1011001 | 1000000 |
Color Harmonies of #CFF550
Complementary color
Monochromatic Colors of #CFF550
Black with #CFF550
Text Example
Text Example
White with #CFF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF550; }
p { color: rgb(207,245,80); }
H1.HeaderClassName
{
color: #CFF550;
}
.AnyTagClassName
{
color: #CFF550;
}
</style>
background-color css
<style>
a { background-color: #CFF550; }
a { background-color: rgb(207,245,80); }
div.DivClassName
{
background-color: #CFF550;
}
.BgClassName
{
background-color: #CFF550;
}
</style>
border-color css
<style>
span { border-color: #CFF550; }
span { border-color: rgb(207,245,80); }
td.TdClassName
{
border-color: #CFF550;
}
.TagClassName
{
border-color: #CFF550;
}
</style>