Shades of Mindaro #CFEC6D
Tints of Mindaro #CFEC6D
RGB
CMYK
RGB Variations
Color information
#CFEC6D (or 0xCFEC6D) is known color: Mindaro. HEX triplet: CF, EC and 6D. RGB value is (207,236,109). Sum of RGB (Red+Green+Blue) = 207+236+109=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC6D is #301392. Grayscale: #D5D5D5. Windows color (decimal): -3150739 or 7204047. OLE color: 7204047.
HSL color Cylindrical-coordinate representation of color #CFEC6D: hue angle of 73.7º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFEC6D is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 109 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.07 |
| HSL | 73.7º | 0.77% | 0.68% | - |
| HSV(B) | 73.7º | 0.54% | 0.93% | - |
| XYZ | 58.49 | 74.36 | 25.74 | - |
| YUV | 212.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 109 | 0.12 | 0 | 0.54 | 0.07 | 73.7 | 0.77 | 0.68 |
| Hex | CF | EC | 6D | C | 0 | 36 | 7 | 4A | 4D | 44 |
| Octal | 317 | 354 | 155 | 14 | 0 | 66 | 7 | 112 | 115 | 104 |
| Binary | 11001111 | 11101100 | 1101101 | 1100 | 0 | 110110 | 111 | 1001010 | 1001101 | 1000100 |
Color Harmonies of #CFEC6D
Complementary color
Monochromatic Colors of #CFEC6D
Black with #CFEC6D
Text Example
Text Example
White with #CFEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC6D; }
p { color: rgb(207,236,109); }
H1.HeaderClassName
{
color: #CFEC6D;
}
.AnyTagClassName
{
color: #CFEC6D;
}
</style>
background-color css
<style>
a { background-color: #CFEC6D; }
a { background-color: rgb(207,236,109); }
div.DivClassName
{
background-color: #CFEC6D;
}
.BgClassName
{
background-color: #CFEC6D;
}
</style>
border-color css
<style>
span { border-color: #CFEC6D; }
span { border-color: rgb(207,236,109); }
td.TdClassName
{
border-color: #CFEC6D;
}
.TagClassName
{
border-color: #CFEC6D;
}
</style>