Shades of Mindaro #CFF057
Tints of Mindaro #CFF057
RGB
CMYK
RGB Variations
Color information
#CFF057 (or 0xCFF057) is known color: Mindaro. HEX triplet: CF, F0 and 57. RGB value is (207,240,87). Sum of RGB (Red+Green+Blue) = 207+240+87=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 87 (34.38% from 255 or 16.29% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF057 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF057 is #300FA8. Grayscale: #D5D5D5. Windows color (decimal): -3149737 or 5763279. OLE color: 5763279.
HSL color Cylindrical-coordinate representation of color #CFF057: hue angle of 72.94º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFF057 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 87 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.06 |
| HSL | 72.94º | 0.84% | 0.64% | - |
| HSV(B) | 72.94º | 0.64% | 0.94% | - |
| XYZ | 58.61 | 76.27 | 20.65 | - |
| YUV | 212.69 | 57.07 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 87 | 0.14 | 0 | 0.64 | 0.06 | 72.94 | 0.84 | 0.64 |
| Hex | CF | F0 | 57 | E | 0 | 40 | 6 | 49 | 54 | 40 |
| Octal | 317 | 360 | 127 | 16 | 0 | 100 | 6 | 111 | 124 | 100 |
| Binary | 11001111 | 11110000 | 1010111 | 1110 | 0 | 1000000 | 110 | 1001001 | 1010100 | 1000000 |
Color Harmonies of #CFF057
Complementary color
Monochromatic Colors of #CFF057
Black with #CFF057
Text Example
Text Example
White with #CFF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF057; }
p { color: rgb(207,240,87); }
H1.HeaderClassName
{
color: #CFF057;
}
.AnyTagClassName
{
color: #CFF057;
}
</style>
background-color css
<style>
a { background-color: #CFF057; }
a { background-color: rgb(207,240,87); }
div.DivClassName
{
background-color: #CFF057;
}
.BgClassName
{
background-color: #CFF057;
}
</style>
border-color css
<style>
span { border-color: #CFF057; }
span { border-color: rgb(207,240,87); }
td.TdClassName
{
border-color: #CFF057;
}
.TagClassName
{
border-color: #CFF057;
}
</style>