Shades of Mindaro #CFF857
Tints of Mindaro #CFF857
RGB
CMYK
RGB Variations
Color information
#CFF857 (or 0xCFF857) is known color: Mindaro. HEX triplet: CF, F8 and 57. RGB value is (207,248,87). Sum of RGB (Red+Green+Blue) = 207+248+87=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 87 (34.38% from 255 or 16.05% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF857 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF857 is #3007A8. Grayscale: #D9D9D9. Windows color (decimal): -3147689 or 5765327. OLE color: 5765327.
HSL color Cylindrical-coordinate representation of color #CFF857: hue angle of 75.28º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFF857 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 87 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.03 |
| HSL | 75.28º | 0.92% | 0.66% | - |
| HSV(B) | 75.28º | 0.65% | 0.97% | - |
| XYZ | 61.02 | 81.09 | 21.45 | - |
| YUV | 217.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 87 | 0.17 | 0 | 0.65 | 0.03 | 75.28 | 0.92 | 0.66 |
| Hex | CF | F8 | 57 | 11 | 0 | 41 | 3 | 4B | 5C | 42 |
| Octal | 317 | 370 | 127 | 21 | 0 | 101 | 3 | 113 | 134 | 102 |
| Binary | 11001111 | 11111000 | 1010111 | 10001 | 0 | 1000001 | 11 | 1001011 | 1011100 | 1000010 |
Color Harmonies of #CFF857
Complementary color
Monochromatic Colors of #CFF857
Black with #CFF857
Text Example
Text Example
White with #CFF857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF857; }
p { color: rgb(207,248,87); }
H1.HeaderClassName
{
color: #CFF857;
}
.AnyTagClassName
{
color: #CFF857;
}
</style>
background-color css
<style>
a { background-color: #CFF857; }
a { background-color: rgb(207,248,87); }
div.DivClassName
{
background-color: #CFF857;
}
.BgClassName
{
background-color: #CFF857;
}
</style>
border-color css
<style>
span { border-color: #CFF857; }
span { border-color: rgb(207,248,87); }
td.TdClassName
{
border-color: #CFF857;
}
.TagClassName
{
border-color: #CFF857;
}
</style>