Shades of Mindaro #CFFE56
Tints of Mindaro #CFFE56
RGB
CMYK
RGB Variations
Color information
#CFFE56 (or 0xCFFE56) is known color: Mindaro. HEX triplet: CF, FE and 56. RGB value is (207,254,86). Sum of RGB (Red+Green+Blue) = 207+254+86=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 86 (33.98% from 255 or 15.72% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE56 is #3001A9. Grayscale: #DDDDDD. Windows color (decimal): -3146154 or 5701327. OLE color: 5701327.
HSL color Cylindrical-coordinate representation of color #CFFE56: hue angle of 76.79º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFFE56 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 86 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.00 |
| HSL | 76.79º | 0.99% | 0.67% | - |
| HSV(B) | 76.79º | 0.66% | 1% | - |
| XYZ | 62.85 | 84.82 | 21.86 | - |
| YUV | 220.8 | 51.93 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 86 | 0.19 | 0 | 0.66 | 0.00 | 76.79 | 0.99 | 0.67 |
| Hex | CF | FE | 56 | 13 | 0 | 42 | 0 | 4D | 63 | 43 |
| Octal | 317 | 376 | 126 | 23 | 0 | 102 | 0 | 115 | 143 | 103 |
| Binary | 11001111 | 11111110 | 1010110 | 10011 | 0 | 1000010 | 0 | 1001101 | 1100011 | 1000011 |
Color Harmonies of #CFFE56
Complementary color
Monochromatic Colors of #CFFE56
Black with #CFFE56
Text Example
Text Example
White with #CFFE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE56; }
p { color: rgb(207,254,86); }
H1.HeaderClassName
{
color: #CFFE56;
}
.AnyTagClassName
{
color: #CFFE56;
}
</style>
background-color css
<style>
a { background-color: #CFFE56; }
a { background-color: rgb(207,254,86); }
div.DivClassName
{
background-color: #CFFE56;
}
.BgClassName
{
background-color: #CFFE56;
}
</style>
border-color css
<style>
span { border-color: #CFFE56; }
span { border-color: rgb(207,254,86); }
td.TdClassName
{
border-color: #CFFE56;
}
.TagClassName
{
border-color: #CFFE56;
}
</style>