Shades of Mindaro #CFF764
Tints of Mindaro #CFF764
RGB
CMYK
RGB Variations
Color information
#CFF764 (or 0xCFF764) is known color: Mindaro. HEX triplet: CF, F7 and 64. RGB value is (207,247,100). Sum of RGB (Red+Green+Blue) = 207+247+100=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF764 is #30089B. Grayscale: #DADADA. Windows color (decimal): -3147932 or 6617039. OLE color: 6617039.
HSL color Cylindrical-coordinate representation of color #CFF764: hue angle of 76.33º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFF764 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 100 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.03 |
| HSL | 76.33º | 0.9% | 0.68% | - |
| HSV(B) | 76.33º | 0.6% | 0.97% | - |
| XYZ | 61.29 | 80.71 | 24.4 | - |
| YUV | 218.28 | 61.25 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 100 | 0.16 | 0 | 0.60 | 0.03 | 76.33 | 0.9 | 0.68 |
| Hex | CF | F7 | 64 | 10 | 0 | 3C | 3 | 4C | 5A | 44 |
| Octal | 317 | 367 | 144 | 20 | 0 | 74 | 3 | 114 | 132 | 104 |
| Binary | 11001111 | 11110111 | 1100100 | 10000 | 0 | 111100 | 11 | 1001100 | 1011010 | 1000100 |
Color Harmonies of #CFF764
Complementary color
Monochromatic Colors of #CFF764
Black with #CFF764
Text Example
Text Example
White with #CFF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF764; }
p { color: rgb(207,247,100); }
H1.HeaderClassName
{
color: #CFF764;
}
.AnyTagClassName
{
color: #CFF764;
}
</style>
background-color css
<style>
a { background-color: #CFF764; }
a { background-color: rgb(207,247,100); }
div.DivClassName
{
background-color: #CFF764;
}
.BgClassName
{
background-color: #CFF764;
}
</style>
border-color css
<style>
span { border-color: #CFF764; }
span { border-color: rgb(207,247,100); }
td.TdClassName
{
border-color: #CFF764;
}
.TagClassName
{
border-color: #CFF764;
}
</style>