Shades of Mindaro #CFF561
Tints of Mindaro #CFF561
RGB
CMYK
RGB Variations
Color information
#CFF561 (or 0xCFF561) is known color: Mindaro. HEX triplet: CF, F5 and 61. RGB value is (207,245,97). Sum of RGB (Red+Green+Blue) = 207+245+97=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF561 is #300A9E. Grayscale: #D9D9D9. Windows color (decimal): -3148447 or 6419919. OLE color: 6419919.
HSL color Cylindrical-coordinate representation of color #CFF561: hue angle of 75.41º 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 #CFF561 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 97 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.04 |
| HSL | 75.41º | 0.88% | 0.67% | - |
| HSV(B) | 75.41º | 0.6% | 0.96% | - |
| XYZ | 60.54 | 79.43 | 23.45 | - |
| YUV | 216.77 | 60.41 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 97 | 0.16 | 0 | 0.60 | 0.04 | 75.41 | 0.88 | 0.67 |
| Hex | CF | F5 | 61 | 10 | 0 | 3C | 4 | 4B | 58 | 43 |
| Octal | 317 | 365 | 141 | 20 | 0 | 74 | 4 | 113 | 130 | 103 |
| Binary | 11001111 | 11110101 | 1100001 | 10000 | 0 | 111100 | 100 | 1001011 | 1011000 | 1000011 |
Color Harmonies of #CFF561
Complementary color
Monochromatic Colors of #CFF561
Black with #CFF561
Text Example
Text Example
White with #CFF561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF561; }
p { color: rgb(207,245,97); }
H1.HeaderClassName
{
color: #CFF561;
}
.AnyTagClassName
{
color: #CFF561;
}
</style>
background-color css
<style>
a { background-color: #CFF561; }
a { background-color: rgb(207,245,97); }
div.DivClassName
{
background-color: #CFF561;
}
.BgClassName
{
background-color: #CFF561;
}
</style>
border-color css
<style>
span { border-color: #CFF561; }
span { border-color: rgb(207,245,97); }
td.TdClassName
{
border-color: #CFF561;
}
.TagClassName
{
border-color: #CFF561;
}
</style>