Shades of Mindaro #CFEF66
Tints of Mindaro #CFEF66
RGB
CMYK
RGB Variations
Color information
#CFEF66 (or 0xCFEF66) is known color: Mindaro. HEX triplet: CF, EF and 66. RGB value is (207,239,102). Sum of RGB (Red+Green+Blue) = 207+239+102=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF66 is #301099. Grayscale: #D6D6D6. Windows color (decimal): -3149978 or 6746063. OLE color: 6746063.
HSL color Cylindrical-coordinate representation of color #CFEF66: hue angle of 74.01º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFEF66 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 102 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.06 |
| HSL | 74.01º | 0.81% | 0.67% | - |
| HSV(B) | 74.01º | 0.57% | 0.94% | - |
| XYZ | 59 | 75.96 | 24.12 | - |
| YUV | 213.81 | 64.9 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 102 | 0.13 | 0 | 0.57 | 0.06 | 74.01 | 0.81 | 0.67 |
| Hex | CF | EF | 66 | D | 0 | 39 | 6 | 4A | 51 | 43 |
| Octal | 317 | 357 | 146 | 15 | 0 | 71 | 6 | 112 | 121 | 103 |
| Binary | 11001111 | 11101111 | 1100110 | 1101 | 0 | 111001 | 110 | 1001010 | 1010001 | 1000011 |
Color Harmonies of #CFEF66
Complementary color
Monochromatic Colors of #CFEF66
Black with #CFEF66
Text Example
Text Example
White with #CFEF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF66; }
p { color: rgb(207,239,102); }
H1.HeaderClassName
{
color: #CFEF66;
}
.AnyTagClassName
{
color: #CFEF66;
}
</style>
background-color css
<style>
a { background-color: #CFEF66; }
a { background-color: rgb(207,239,102); }
div.DivClassName
{
background-color: #CFEF66;
}
.BgClassName
{
background-color: #CFEF66;
}
</style>
border-color css
<style>
span { border-color: #CFEF66; }
span { border-color: rgb(207,239,102); }
td.TdClassName
{
border-color: #CFEF66;
}
.TagClassName
{
border-color: #CFEF66;
}
</style>