Shades of Mindaro #CFFF5E
Tints of Mindaro #CFFF5E
RGB
CMYK
RGB Variations
Color information
#CFFF5E (or 0xCFFF5E) is known color: Mindaro. HEX triplet: CF, FF and 5E. RGB value is (207,255,94). Sum of RGB (Red+Green+Blue) = 207+255+94=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF5E is #3000A1. Grayscale: #DEDEDE. Windows color (decimal): -3145890 or 6225871. OLE color: 6225871.
HSL color Cylindrical-coordinate representation of color #CFFF5E: hue angle of 77.89º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFFF5E is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 94 | - |
| CMYK | 0.19 | 0 | 0.63 | 0 |
| HSL | 77.89º | 1% | 0.68% | - |
| HSV(B) | 77.89º | 0.63% | 1% | - |
| XYZ | 63.51 | 85.59 | 23.76 | - |
| YUV | 222.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 94 | 0.19 | 0 | 0.63 | 0 | 77.89 | 1 | 0.68 |
| Hex | CF | FF | 5E | 13 | 0 | 3F | 0 | 4E | 64 | 44 |
| Octal | 317 | 377 | 136 | 23 | 0 | 77 | 0 | 116 | 144 | 104 |
| Binary | 11001111 | 11111111 | 1011110 | 10011 | 0 | 111111 | 0 | 1001110 | 1100100 | 1000100 |
Color Harmonies of #CFFF5E
Complementary color
Monochromatic Colors of #CFFF5E
Black with #CFFF5E
Text Example
Text Example
White with #CFFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF5E; }
p { color: rgb(207,255,94); }
H1.HeaderClassName
{
color: #CFFF5E;
}
.AnyTagClassName
{
color: #CFFF5E;
}
</style>
background-color css
<style>
a { background-color: #CFFF5E; }
a { background-color: rgb(207,255,94); }
div.DivClassName
{
background-color: #CFFF5E;
}
.BgClassName
{
background-color: #CFFF5E;
}
</style>
border-color css
<style>
span { border-color: #CFFF5E; }
span { border-color: rgb(207,255,94); }
td.TdClassName
{
border-color: #CFFF5E;
}
.TagClassName
{
border-color: #CFFF5E;
}
</style>