Shades of Mindaro #CFF761
Tints of Mindaro #CFF761
RGB
CMYK
RGB Variations
Color information
#CFF761 (or 0xCFF761) is known color: Mindaro. HEX triplet: CF, F7 and 61. RGB value is (207,247,97). Sum of RGB (Red+Green+Blue) = 207+247+97=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF761 is #30089E. Grayscale: #DADADA. Windows color (decimal): -3147935 or 6420431. OLE color: 6420431.
HSL color Cylindrical-coordinate representation of color #CFF761: hue angle of 76º 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 #CFF761 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 97 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.03 |
| HSL | 76º | 0.9% | 0.67% | - |
| HSV(B) | 76º | 0.61% | 0.97% | - |
| XYZ | 61.15 | 80.65 | 23.65 | - |
| YUV | 217.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 97 | 0.16 | 0 | 0.61 | 0.03 | 76 | 0.9 | 0.67 |
| Hex | CF | F7 | 61 | 10 | 0 | 3D | 3 | 4C | 5A | 43 |
| Octal | 317 | 367 | 141 | 20 | 0 | 75 | 3 | 114 | 132 | 103 |
| Binary | 11001111 | 11110111 | 1100001 | 10000 | 0 | 111101 | 11 | 1001100 | 1011010 | 1000011 |
Color Harmonies of #CFF761
Complementary color
Monochromatic Colors of #CFF761
Black with #CFF761
Text Example
Text Example
White with #CFF761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF761; }
p { color: rgb(207,247,97); }
H1.HeaderClassName
{
color: #CFF761;
}
.AnyTagClassName
{
color: #CFF761;
}
</style>
background-color css
<style>
a { background-color: #CFF761; }
a { background-color: rgb(207,247,97); }
div.DivClassName
{
background-color: #CFF761;
}
.BgClassName
{
background-color: #CFF761;
}
</style>
border-color css
<style>
span { border-color: #CFF761; }
span { border-color: rgb(207,247,97); }
td.TdClassName
{
border-color: #CFF761;
}
.TagClassName
{
border-color: #CFF761;
}
</style>