Shades of Mindaro #CFFE5A
Tints of Mindaro #CFFE5A
RGB
CMYK
RGB Variations
Color information
#CFFE5A (or 0xCFFE5A) is known color: Mindaro. HEX triplet: CF, FE and 5A. RGB value is (207,254,90). Sum of RGB (Red+Green+Blue) = 207+254+90=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE5A is #3001A5. Grayscale: #DDDDDD. Windows color (decimal): -3146150 or 5963471. OLE color: 5963471.
HSL color Cylindrical-coordinate representation of color #CFFE5A: hue angle of 77.2º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFFE5A is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 90 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.00 |
| HSL | 77.2º | 0.99% | 0.67% | - |
| HSV(B) | 77.2º | 0.65% | 1% | - |
| XYZ | 63.02 | 84.89 | 22.74 | - |
| YUV | 221.25 | 53.93 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 90 | 0.19 | 0 | 0.65 | 0.00 | 77.2 | 0.99 | 0.67 |
| Hex | CF | FE | 5A | 13 | 0 | 41 | 0 | 4D | 63 | 43 |
| Octal | 317 | 376 | 132 | 23 | 0 | 101 | 0 | 115 | 143 | 103 |
| Binary | 11001111 | 11111110 | 1011010 | 10011 | 0 | 1000001 | 0 | 1001101 | 1100011 | 1000011 |
Color Harmonies of #CFFE5A
Complementary color
Monochromatic Colors of #CFFE5A
Black with #CFFE5A
Text Example
Text Example
White with #CFFE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE5A; }
p { color: rgb(207,254,90); }
H1.HeaderClassName
{
color: #CFFE5A;
}
.AnyTagClassName
{
color: #CFFE5A;
}
</style>
background-color css
<style>
a { background-color: #CFFE5A; }
a { background-color: rgb(207,254,90); }
div.DivClassName
{
background-color: #CFFE5A;
}
.BgClassName
{
background-color: #CFFE5A;
}
</style>
border-color css
<style>
span { border-color: #CFFE5A; }
span { border-color: rgb(207,254,90); }
td.TdClassName
{
border-color: #CFFE5A;
}
.TagClassName
{
border-color: #CFFE5A;
}
</style>