Shades of Mindaro #CFFF57
Tints of Mindaro #CFFF57
RGB
CMYK
RGB Variations
Color information
#CFFF57 (or 0xCFFF57) is known color: Mindaro. HEX triplet: CF, FF and 57. RGB value is (207,255,87). Sum of RGB (Red+Green+Blue) = 207+255+87=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 87 (34.38% from 255 or 15.85% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF57 is #3000A8. Grayscale: #DEDEDE. Windows color (decimal): -3145897 or 5767119. OLE color: 5767119.
HSL color Cylindrical-coordinate representation of color #CFFF57: hue angle of 77.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFFF57 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 87 | - |
| CMYK | 0.19 | 0 | 0.66 | 0 |
| HSL | 77.14º | 1% | 0.67% | - |
| HSV(B) | 77.14º | 0.66% | 1% | - |
| XYZ | 63.21 | 85.47 | 22.18 | - |
| YUV | 221.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 87 | 0.19 | 0 | 0.66 | 0 | 77.14 | 1 | 0.67 |
| Hex | CF | FF | 57 | 13 | 0 | 42 | 0 | 4D | 64 | 43 |
| Octal | 317 | 377 | 127 | 23 | 0 | 102 | 0 | 115 | 144 | 103 |
| Binary | 11001111 | 11111111 | 1010111 | 10011 | 0 | 1000010 | 0 | 1001101 | 1100100 | 1000011 |
Color Harmonies of #CFFF57
Complementary color
Monochromatic Colors of #CFFF57
Black with #CFFF57
Text Example
Text Example
White with #CFFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF57; }
p { color: rgb(207,255,87); }
H1.HeaderClassName
{
color: #CFFF57;
}
.AnyTagClassName
{
color: #CFFF57;
}
</style>
background-color css
<style>
a { background-color: #CFFF57; }
a { background-color: rgb(207,255,87); }
div.DivClassName
{
background-color: #CFFF57;
}
.BgClassName
{
background-color: #CFFF57;
}
</style>
border-color css
<style>
span { border-color: #CFFF57; }
span { border-color: rgb(207,255,87); }
td.TdClassName
{
border-color: #CFFF57;
}
.TagClassName
{
border-color: #CFFF57;
}
</style>