Shades of Mindaro #CFF760
Tints of Mindaro #CFF760
RGB
CMYK
RGB Variations
Color information
#CFF760 (or 0xCFF760) is known color: Mindaro. HEX triplet: CF, F7 and 60. RGB value is (207,247,96). Sum of RGB (Red+Green+Blue) = 207+247+96=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 247 (96.88% from 255 or 44.91% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF760 is #30089F. Grayscale: #DADADA. Windows color (decimal): -3147936 or 6354895. OLE color: 6354895.
HSL color Cylindrical-coordinate representation of color #CFF760: hue angle of 75.89º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFF760 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 96 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.03 |
| HSL | 75.89º | 0.9% | 0.67% | - |
| HSV(B) | 75.89º | 0.61% | 0.97% | - |
| XYZ | 61.1 | 80.63 | 23.41 | - |
| YUV | 217.83 | 59.25 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 96 | 0.16 | 0 | 0.61 | 0.03 | 75.89 | 0.9 | 0.67 |
| Hex | CF | F7 | 60 | 10 | 0 | 3D | 3 | 4C | 5A | 43 |
| Octal | 317 | 367 | 140 | 20 | 0 | 75 | 3 | 114 | 132 | 103 |
| Binary | 11001111 | 11110111 | 1100000 | 10000 | 0 | 111101 | 11 | 1001100 | 1011010 | 1000011 |
Color Harmonies of #CFF760
Complementary color
Monochromatic Colors of #CFF760
Black with #CFF760
Text Example
Text Example
White with #CFF760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF760; }
p { color: rgb(207,247,96); }
H1.HeaderClassName
{
color: #CFF760;
}
.AnyTagClassName
{
color: #CFF760;
}
</style>
background-color css
<style>
a { background-color: #CFF760; }
a { background-color: rgb(207,247,96); }
div.DivClassName
{
background-color: #CFF760;
}
.BgClassName
{
background-color: #CFF760;
}
</style>
border-color css
<style>
span { border-color: #CFF760; }
span { border-color: rgb(207,247,96); }
td.TdClassName
{
border-color: #CFF760;
}
.TagClassName
{
border-color: #CFF760;
}
</style>