Shades of Mindaro #CFFE55
Tints of Mindaro #CFFE55
RGB
CMYK
RGB Variations
Color information
#CFFE55 (or 0xCFFE55) is known color: Mindaro. HEX triplet: CF, FE and 55. RGB value is (207,254,85). Sum of RGB (Red+Green+Blue) = 207+254+85=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 85 (33.59% from 255 or 15.57% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE55 is #3001AA. Grayscale: #DDDDDD. Windows color (decimal): -3146155 or 5635791. OLE color: 5635791.
HSL color Cylindrical-coordinate representation of color #CFFE55: hue angle of 76.69º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFFE55 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 85 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.00 |
| HSL | 76.69º | 0.99% | 0.66% | - |
| HSV(B) | 76.69º | 0.67% | 1% | - |
| XYZ | 62.81 | 84.8 | 21.65 | - |
| YUV | 220.68 | 51.43 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 85 | 0.19 | 0 | 0.67 | 0.00 | 76.69 | 0.99 | 0.66 |
| Hex | CF | FE | 55 | 13 | 0 | 43 | 0 | 4D | 63 | 42 |
| Octal | 317 | 376 | 125 | 23 | 0 | 103 | 0 | 115 | 143 | 102 |
| Binary | 11001111 | 11111110 | 1010101 | 10011 | 0 | 1000011 | 0 | 1001101 | 1100011 | 1000010 |
Color Harmonies of #CFFE55
Complementary color
Monochromatic Colors of #CFFE55
Black with #CFFE55
Text Example
Text Example
White with #CFFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE55; }
p { color: rgb(207,254,85); }
H1.HeaderClassName
{
color: #CFFE55;
}
.AnyTagClassName
{
color: #CFFE55;
}
</style>
background-color css
<style>
a { background-color: #CFFE55; }
a { background-color: rgb(207,254,85); }
div.DivClassName
{
background-color: #CFFE55;
}
.BgClassName
{
background-color: #CFFE55;
}
</style>
border-color css
<style>
span { border-color: #CFFE55; }
span { border-color: rgb(207,254,85); }
td.TdClassName
{
border-color: #CFFE55;
}
.TagClassName
{
border-color: #CFFE55;
}
</style>