Shades of Mindaro #CFF750
Tints of Mindaro #CFF750
RGB
CMYK
RGB Variations
Color information
#CFF750 (or 0xCFF750) is known color: Mindaro. HEX triplet: CF, F7 and 50. RGB value is (207,247,80). Sum of RGB (Red+Green+Blue) = 207+247+80=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF750 is #3008AF. Grayscale: #D8D8D8. Windows color (decimal): -3147952 or 5306319. OLE color: 5306319.
HSL color Cylindrical-coordinate representation of color #CFF750: hue angle of 74.37º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFF750 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 80 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.03 |
| HSL | 74.37º | 0.91% | 0.64% | - |
| HSV(B) | 74.37º | 0.68% | 0.97% | - |
| XYZ | 60.44 | 80.37 | 19.92 | - |
| YUV | 216 | 51.25 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 80 | 0.16 | 0 | 0.68 | 0.03 | 74.37 | 0.91 | 0.64 |
| Hex | CF | F7 | 50 | 10 | 0 | 44 | 3 | 4A | 5B | 40 |
| Octal | 317 | 367 | 120 | 20 | 0 | 104 | 3 | 112 | 133 | 100 |
| Binary | 11001111 | 11110111 | 1010000 | 10000 | 0 | 1000100 | 11 | 1001010 | 1011011 | 1000000 |
Color Harmonies of #CFF750
Complementary color
Monochromatic Colors of #CFF750
Black with #CFF750
Text Example
Text Example
White with #CFF750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF750; }
p { color: rgb(207,247,80); }
H1.HeaderClassName
{
color: #CFF750;
}
.AnyTagClassName
{
color: #CFF750;
}
</style>
background-color css
<style>
a { background-color: #CFF750; }
a { background-color: rgb(207,247,80); }
div.DivClassName
{
background-color: #CFF750;
}
.BgClassName
{
background-color: #CFF750;
}
</style>
border-color css
<style>
span { border-color: #CFF750; }
span { border-color: rgb(207,247,80); }
td.TdClassName
{
border-color: #CFF750;
}
.TagClassName
{
border-color: #CFF750;
}
</style>