Shades of Mindaro #CFEC65
Tints of Mindaro #CFEC65
RGB
CMYK
RGB Variations
Color information
#CFEC65 (or 0xCFEC65) is known color: Mindaro. HEX triplet: CF, EC and 65. RGB value is (207,236,101). Sum of RGB (Red+Green+Blue) = 207+236+101=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC65 is #30139A. Grayscale: #D4D4D4. Windows color (decimal): -3150747 or 6679759. OLE color: 6679759.
HSL color Cylindrical-coordinate representation of color #CFEC65: hue angle of 72.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFEC65 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 101 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.07 |
| HSL | 72.89º | 0.78% | 0.66% | - |
| HSV(B) | 72.89º | 0.57% | 0.93% | - |
| XYZ | 58.08 | 74.2 | 23.57 | - |
| YUV | 211.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 101 | 0.12 | 0 | 0.57 | 0.07 | 72.89 | 0.78 | 0.66 |
| Hex | CF | EC | 65 | C | 0 | 39 | 7 | 49 | 4E | 42 |
| Octal | 317 | 354 | 145 | 14 | 0 | 71 | 7 | 111 | 116 | 102 |
| Binary | 11001111 | 11101100 | 1100101 | 1100 | 0 | 111001 | 111 | 1001001 | 1001110 | 1000010 |
Color Harmonies of #CFEC65
Complementary color
Monochromatic Colors of #CFEC65
Black with #CFEC65
Text Example
Text Example
White with #CFEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC65; }
p { color: rgb(207,236,101); }
H1.HeaderClassName
{
color: #CFEC65;
}
.AnyTagClassName
{
color: #CFEC65;
}
</style>
background-color css
<style>
a { background-color: #CFEC65; }
a { background-color: rgb(207,236,101); }
div.DivClassName
{
background-color: #CFEC65;
}
.BgClassName
{
background-color: #CFEC65;
}
</style>
border-color css
<style>
span { border-color: #CFEC65; }
span { border-color: rgb(207,236,101); }
td.TdClassName
{
border-color: #CFEC65;
}
.TagClassName
{
border-color: #CFEC65;
}
</style>