Shades of Mindaro #CFF562
Tints of Mindaro #CFF562
RGB
CMYK
RGB Variations
Color information
#CFF562 (or 0xCFF562) is known color: Mindaro. HEX triplet: CF, F5 and 62. RGB value is (207,245,98). Sum of RGB (Red+Green+Blue) = 207+245+98=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF562 is #300A9D. Grayscale: #D9D9D9. Windows color (decimal): -3148446 or 6485455. OLE color: 6485455.
HSL color Cylindrical-coordinate representation of color #CFF562: hue angle of 75.51º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFF562 is Cyan = 0.16, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 98 | - |
| CMYK | 0.16 | 0 | 0.6 | 0.04 |
| HSL | 75.51º | 0.88% | 0.67% | - |
| HSV(B) | 75.51º | 0.6% | 0.96% | - |
| XYZ | 60.59 | 79.45 | 23.7 | - |
| YUV | 216.88 | 60.91 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 98 | 0.16 | 0 | 0.6 | 0.04 | 75.51 | 0.88 | 0.67 |
| Hex | CF | F5 | 62 | 10 | 0 | 3C | 4 | 4C | 58 | 43 |
| Octal | 317 | 365 | 142 | 20 | 0 | 74 | 4 | 114 | 130 | 103 |
| Binary | 11001111 | 11110101 | 1100010 | 10000 | 0 | 111100 | 100 | 1001100 | 1011000 | 1000011 |
Color Harmonies of #CFF562
Complementary color
Monochromatic Colors of #CFF562
Black with #CFF562
Text Example
Text Example
White with #CFF562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF562; }
p { color: rgb(207,245,98); }
H1.HeaderClassName
{
color: #CFF562;
}
.AnyTagClassName
{
color: #CFF562;
}
</style>
background-color css
<style>
a { background-color: #CFF562; }
a { background-color: rgb(207,245,98); }
div.DivClassName
{
background-color: #CFF562;
}
.BgClassName
{
background-color: #CFF562;
}
</style>
border-color css
<style>
span { border-color: #CFF562; }
span { border-color: rgb(207,245,98); }
td.TdClassName
{
border-color: #CFF562;
}
.TagClassName
{
border-color: #CFF562;
}
</style>