Shades of Mindaro #CFEC6F
Tints of Mindaro #CFEC6F
RGB
CMYK
RGB Variations
Color information
#CFEC6F (or 0xCFEC6F) is known color: Mindaro. HEX triplet: CF, EC and 6F. RGB value is (207,236,111). Sum of RGB (Red+Green+Blue) = 207+236+111=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC6F is #301390. Grayscale: #D5D5D5. Windows color (decimal): -3150737 or 7335119. OLE color: 7335119.
HSL color Cylindrical-coordinate representation of color #CFEC6F: hue angle of 73.92º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFEC6F is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 111 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.07 |
| HSL | 73.92º | 0.77% | 0.68% | - |
| HSV(B) | 73.92º | 0.53% | 0.93% | - |
| XYZ | 58.6 | 74.4 | 26.31 | - |
| YUV | 213.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 111 | 0.12 | 0 | 0.53 | 0.07 | 73.92 | 0.77 | 0.68 |
| Hex | CF | EC | 6F | C | 0 | 35 | 7 | 4A | 4D | 44 |
| Octal | 317 | 354 | 157 | 14 | 0 | 65 | 7 | 112 | 115 | 104 |
| Binary | 11001111 | 11101100 | 1101111 | 1100 | 0 | 110101 | 111 | 1001010 | 1001101 | 1000100 |
Color Harmonies of #CFEC6F
Complementary color
Monochromatic Colors of #CFEC6F
Black with #CFEC6F
Text Example
Text Example
White with #CFEC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC6F; }
p { color: rgb(207,236,111); }
H1.HeaderClassName
{
color: #CFEC6F;
}
.AnyTagClassName
{
color: #CFEC6F;
}
</style>
background-color css
<style>
a { background-color: #CFEC6F; }
a { background-color: rgb(207,236,111); }
div.DivClassName
{
background-color: #CFEC6F;
}
.BgClassName
{
background-color: #CFEC6F;
}
</style>
border-color css
<style>
span { border-color: #CFEC6F; }
span { border-color: rgb(207,236,111); }
td.TdClassName
{
border-color: #CFEC6F;
}
.TagClassName
{
border-color: #CFEC6F;
}
</style>