Shades of Mindaro #CFF071
Tints of Mindaro #CFF071
RGB
CMYK
RGB Variations
Color information
#CFF071 (or 0xCFF071) is known color: Mindaro. HEX triplet: CF, F0 and 71. RGB value is (207,240,113). Sum of RGB (Red+Green+Blue) = 207+240+113=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF071 is #300F8E. Grayscale: #D8D8D8. Windows color (decimal): -3149711 or 7467215. OLE color: 7467215.
HSL color Cylindrical-coordinate representation of color #CFF071: hue angle of 75.59º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFF071 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 113 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.06 |
| HSL | 75.59º | 0.81% | 0.69% | - |
| HSV(B) | 75.59º | 0.53% | 0.94% | - |
| XYZ | 59.87 | 76.78 | 27.29 | - |
| YUV | 215.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 113 | 0.14 | 0 | 0.53 | 0.06 | 75.59 | 0.81 | 0.69 |
| Hex | CF | F0 | 71 | E | 0 | 35 | 6 | 4C | 51 | 45 |
| Octal | 317 | 360 | 161 | 16 | 0 | 65 | 6 | 114 | 121 | 105 |
| Binary | 11001111 | 11110000 | 1110001 | 1110 | 0 | 110101 | 110 | 1001100 | 1010001 | 1000101 |
Color Harmonies of #CFF071
Complementary color
Monochromatic Colors of #CFF071
Black with #CFF071
Text Example
Text Example
White with #CFF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF071; }
p { color: rgb(207,240,113); }
H1.HeaderClassName
{
color: #CFF071;
}
.AnyTagClassName
{
color: #CFF071;
}
</style>
background-color css
<style>
a { background-color: #CFF071; }
a { background-color: rgb(207,240,113); }
div.DivClassName
{
background-color: #CFF071;
}
.BgClassName
{
background-color: #CFF071;
}
</style>
border-color css
<style>
span { border-color: #CFF071; }
span { border-color: rgb(207,240,113); }
td.TdClassName
{
border-color: #CFF071;
}
.TagClassName
{
border-color: #CFF071;
}
</style>