Shades of Mindaro #CFF765
Tints of Mindaro #CFF765
RGB
CMYK
RGB Variations
Color information
#CFF765 (or 0xCFF765) is known color: Mindaro. HEX triplet: CF, F7 and 65. RGB value is (207,247,101). Sum of RGB (Red+Green+Blue) = 207+247+101=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF765 is #30089A. Grayscale: #DADADA. Windows color (decimal): -3147931 or 6682575. OLE color: 6682575.
HSL color Cylindrical-coordinate representation of color #CFF765: hue angle of 76.44º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFF765 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 101 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.03 |
| HSL | 76.44º | 0.9% | 0.68% | - |
| HSV(B) | 76.44º | 0.59% | 0.97% | - |
| XYZ | 61.34 | 80.73 | 24.66 | - |
| YUV | 218.4 | 61.75 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 101 | 0.16 | 0 | 0.59 | 0.03 | 76.44 | 0.9 | 0.68 |
| Hex | CF | F7 | 65 | 10 | 0 | 3B | 3 | 4C | 5A | 44 |
| Octal | 317 | 367 | 145 | 20 | 0 | 73 | 3 | 114 | 132 | 104 |
| Binary | 11001111 | 11110111 | 1100101 | 10000 | 0 | 111011 | 11 | 1001100 | 1011010 | 1000100 |
Color Harmonies of #CFF765
Complementary color
Monochromatic Colors of #CFF765
Black with #CFF765
Text Example
Text Example
White with #CFF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF765; }
p { color: rgb(207,247,101); }
H1.HeaderClassName
{
color: #CFF765;
}
.AnyTagClassName
{
color: #CFF765;
}
</style>
background-color css
<style>
a { background-color: #CFF765; }
a { background-color: rgb(207,247,101); }
div.DivClassName
{
background-color: #CFF765;
}
.BgClassName
{
background-color: #CFF765;
}
</style>
border-color css
<style>
span { border-color: #CFF765; }
span { border-color: rgb(207,247,101); }
td.TdClassName
{
border-color: #CFF765;
}
.TagClassName
{
border-color: #CFF765;
}
</style>