Shades of Mindaro #CFF570
Tints of Mindaro #CFF570
RGB
CMYK
RGB Variations
Color information
#CFF570 (or 0xCFF570) is known color: Mindaro. HEX triplet: CF, F5 and 70. RGB value is (207,245,112). Sum of RGB (Red+Green+Blue) = 207+245+112=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF570 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF570 is #300A8F. Grayscale: #DADADA. Windows color (decimal): -3148432 or 7402959. OLE color: 7402959.
HSL color Cylindrical-coordinate representation of color #CFF570: hue angle of 77.14º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFF570 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 112 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.04 |
| HSL | 77.14º | 0.87% | 0.7% | - |
| HSV(B) | 77.14º | 0.54% | 0.96% | - |
| XYZ | 61.31 | 79.74 | 27.49 | - |
| YUV | 218.48 | 67.91 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 112 | 0.16 | 0 | 0.54 | 0.04 | 77.14 | 0.87 | 0.7 |
| Hex | CF | F5 | 70 | 10 | 0 | 36 | 4 | 4D | 57 | 46 |
| Octal | 317 | 365 | 160 | 20 | 0 | 66 | 4 | 115 | 127 | 106 |
| Binary | 11001111 | 11110101 | 1110000 | 10000 | 0 | 110110 | 100 | 1001101 | 1010111 | 1000110 |
Color Harmonies of #CFF570
Complementary color
Monochromatic Colors of #CFF570
Black with #CFF570
Text Example
Text Example
White with #CFF570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF570; }
p { color: rgb(207,245,112); }
H1.HeaderClassName
{
color: #CFF570;
}
.AnyTagClassName
{
color: #CFF570;
}
</style>
background-color css
<style>
a { background-color: #CFF570; }
a { background-color: rgb(207,245,112); }
div.DivClassName
{
background-color: #CFF570;
}
.BgClassName
{
background-color: #CFF570;
}
</style>
border-color css
<style>
span { border-color: #CFF570; }
span { border-color: rgb(207,245,112); }
td.TdClassName
{
border-color: #CFF570;
}
.TagClassName
{
border-color: #CFF570;
}
</style>