Shades of Mindaro #CFEC6C
Tints of Mindaro #CFEC6C
RGB
CMYK
RGB Variations
Color information
#CFEC6C (or 0xCFEC6C) is known color: Mindaro. HEX triplet: CF, EC and 6C. RGB value is (207,236,108). Sum of RGB (Red+Green+Blue) = 207+236+108=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC6C is #301393. Grayscale: #D5D5D5. Windows color (decimal): -3150740 or 7138511. OLE color: 7138511.
HSL color Cylindrical-coordinate representation of color #CFEC6C: hue angle of 73.59º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFEC6C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 108 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.07 |
| HSL | 73.59º | 0.77% | 0.67% | - |
| HSV(B) | 73.59º | 0.54% | 0.93% | - |
| XYZ | 58.43 | 74.34 | 25.46 | - |
| YUV | 212.74 | 68.89 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 108 | 0.12 | 0 | 0.54 | 0.07 | 73.59 | 0.77 | 0.67 |
| Hex | CF | EC | 6C | C | 0 | 36 | 7 | 4A | 4D | 43 |
| Octal | 317 | 354 | 154 | 14 | 0 | 66 | 7 | 112 | 115 | 103 |
| Binary | 11001111 | 11101100 | 1101100 | 1100 | 0 | 110110 | 111 | 1001010 | 1001101 | 1000011 |
Color Harmonies of #CFEC6C
Complementary color
Monochromatic Colors of #CFEC6C
Black with #CFEC6C
Text Example
Text Example
White with #CFEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC6C; }
p { color: rgb(207,236,108); }
H1.HeaderClassName
{
color: #CFEC6C;
}
.AnyTagClassName
{
color: #CFEC6C;
}
</style>
background-color css
<style>
a { background-color: #CFEC6C; }
a { background-color: rgb(207,236,108); }
div.DivClassName
{
background-color: #CFEC6C;
}
.BgClassName
{
background-color: #CFEC6C;
}
</style>
border-color css
<style>
span { border-color: #CFEC6C; }
span { border-color: rgb(207,236,108); }
td.TdClassName
{
border-color: #CFEC6C;
}
.TagClassName
{
border-color: #CFEC6C;
}
</style>