Shades of Mindaro #CFFF56
Tints of Mindaro #CFFF56
RGB
CMYK
RGB Variations
Color information
#CFFF56 (or 0xCFFF56) is known color: Mindaro. HEX triplet: CF, FF and 56. RGB value is (207,255,86). Sum of RGB (Red+Green+Blue) = 207+255+86=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 86 (33.98% from 255 or 15.69% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF56 is #3000A9. Grayscale: #DEDEDE. Windows color (decimal): -3145898 or 5701583. OLE color: 5701583.
HSL color Cylindrical-coordinate representation of color #CFFF56: hue angle of 77.04º 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 #CFFF56 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 86 | - |
| CMYK | 0.19 | 0 | 0.66 | 0 |
| HSL | 77.04º | 1% | 0.67% | - |
| HSV(B) | 77.04º | 0.66% | 1% | - |
| XYZ | 63.17 | 85.46 | 21.97 | - |
| YUV | 221.38 | 51.6 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 86 | 0.19 | 0 | 0.66 | 0 | 77.04 | 1 | 0.67 |
| Hex | CF | FF | 56 | 13 | 0 | 42 | 0 | 4D | 64 | 43 |
| Octal | 317 | 377 | 126 | 23 | 0 | 102 | 0 | 115 | 144 | 103 |
| Binary | 11001111 | 11111111 | 1010110 | 10011 | 0 | 1000010 | 0 | 1001101 | 1100100 | 1000011 |
Color Harmonies of #CFFF56
Complementary color
Monochromatic Colors of #CFFF56
Black with #CFFF56
Text Example
Text Example
White with #CFFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF56; }
p { color: rgb(207,255,86); }
H1.HeaderClassName
{
color: #CFFF56;
}
.AnyTagClassName
{
color: #CFFF56;
}
</style>
background-color css
<style>
a { background-color: #CFFF56; }
a { background-color: rgb(207,255,86); }
div.DivClassName
{
background-color: #CFFF56;
}
.BgClassName
{
background-color: #CFFF56;
}
</style>
border-color css
<style>
span { border-color: #CFFF56; }
span { border-color: rgb(207,255,86); }
td.TdClassName
{
border-color: #CFFF56;
}
.TagClassName
{
border-color: #CFFF56;
}
</style>