Shades of Mindaro #CFFE5B
Tints of Mindaro #CFFE5B
RGB
CMYK
RGB Variations
Color information
#CFFE5B (or 0xCFFE5B) is known color: Mindaro. HEX triplet: CF, FE and 5B. RGB value is (207,254,91). Sum of RGB (Red+Green+Blue) = 207+254+91=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE5B is #3001A4. Grayscale: #DDDDDD. Windows color (decimal): -3146149 or 6029007. OLE color: 6029007.
HSL color Cylindrical-coordinate representation of color #CFFE5B: hue angle of 77.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFFE5B is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 91 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.00 |
| HSL | 77.3º | 0.99% | 0.68% | - |
| HSV(B) | 77.3º | 0.64% | 1% | - |
| XYZ | 63.06 | 84.9 | 22.96 | - |
| YUV | 221.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 91 | 0.19 | 0 | 0.64 | 0.00 | 77.3 | 0.99 | 0.68 |
| Hex | CF | FE | 5B | 13 | 0 | 40 | 0 | 4D | 63 | 44 |
| Octal | 317 | 376 | 133 | 23 | 0 | 100 | 0 | 115 | 143 | 104 |
| Binary | 11001111 | 11111110 | 1011011 | 10011 | 0 | 1000000 | 0 | 1001101 | 1100011 | 1000100 |
Color Harmonies of #CFFE5B
Complementary color
Monochromatic Colors of #CFFE5B
Black with #CFFE5B
Text Example
Text Example
White with #CFFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE5B; }
p { color: rgb(207,254,91); }
H1.HeaderClassName
{
color: #CFFE5B;
}
.AnyTagClassName
{
color: #CFFE5B;
}
</style>
background-color css
<style>
a { background-color: #CFFE5B; }
a { background-color: rgb(207,254,91); }
div.DivClassName
{
background-color: #CFFE5B;
}
.BgClassName
{
background-color: #CFFE5B;
}
</style>
border-color css
<style>
span { border-color: #CFFE5B; }
span { border-color: rgb(207,254,91); }
td.TdClassName
{
border-color: #CFFE5B;
}
.TagClassName
{
border-color: #CFFE5B;
}
</style>