Shades of Mindaro #CFF557
Tints of Mindaro #CFF557
RGB
CMYK
RGB Variations
Color information
#CFF557 (or 0xCFF557) is known color: Mindaro. HEX triplet: CF, F5 and 57. RGB value is (207,245,87). Sum of RGB (Red+Green+Blue) = 207+245+87=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 87 (34.38% from 255 or 16.14% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF557 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF557 is #300AA8. Grayscale: #D8D8D8. Windows color (decimal): -3148457 or 5764559. OLE color: 5764559.
HSL color Cylindrical-coordinate representation of color #CFF557: hue angle of 74.43º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFF557 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 87 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.04 |
| HSL | 74.43º | 0.89% | 0.65% | - |
| HSV(B) | 74.43º | 0.64% | 0.96% | - |
| XYZ | 60.1 | 79.26 | 21.15 | - |
| YUV | 215.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 87 | 0.16 | 0 | 0.64 | 0.04 | 74.43 | 0.89 | 0.65 |
| Hex | CF | F5 | 57 | 10 | 0 | 40 | 4 | 4A | 59 | 41 |
| Octal | 317 | 365 | 127 | 20 | 0 | 100 | 4 | 112 | 131 | 101 |
| Binary | 11001111 | 11110101 | 1010111 | 10000 | 0 | 1000000 | 100 | 1001010 | 1011001 | 1000001 |
Color Harmonies of #CFF557
Complementary color
Monochromatic Colors of #CFF557
Black with #CFF557
Text Example
Text Example
White with #CFF557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF557; }
p { color: rgb(207,245,87); }
H1.HeaderClassName
{
color: #CFF557;
}
.AnyTagClassName
{
color: #CFF557;
}
</style>
background-color css
<style>
a { background-color: #CFF557; }
a { background-color: rgb(207,245,87); }
div.DivClassName
{
background-color: #CFF557;
}
.BgClassName
{
background-color: #CFF557;
}
</style>
border-color css
<style>
span { border-color: #CFF557; }
span { border-color: rgb(207,245,87); }
td.TdClassName
{
border-color: #CFF557;
}
.TagClassName
{
border-color: #CFF557;
}
</style>