Shades of Mindaro #CFF66D
Tints of Mindaro #CFF66D
RGB
CMYK
RGB Variations
Color information
#CFF66D (or 0xCFF66D) is known color: Mindaro. HEX triplet: CF, F6 and 6D. RGB value is (207,246,109). Sum of RGB (Red+Green+Blue) = 207+246+109=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF66D is #300992. Grayscale: #DBDBDB. Windows color (decimal): -3148179 or 7206607. OLE color: 7206607.
HSL color Cylindrical-coordinate representation of color #CFF66D: hue angle of 77.08º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFF66D is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 109 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.04 |
| HSL | 77.08º | 0.88% | 0.7% | - |
| HSV(B) | 77.08º | 0.56% | 0.96% | - |
| XYZ | 61.45 | 80.28 | 26.73 | - |
| YUV | 218.72 | 66.08 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 109 | 0.16 | 0 | 0.56 | 0.04 | 77.08 | 0.88 | 0.7 |
| Hex | CF | F6 | 6D | 10 | 0 | 38 | 4 | 4D | 58 | 46 |
| Octal | 317 | 366 | 155 | 20 | 0 | 70 | 4 | 115 | 130 | 106 |
| Binary | 11001111 | 11110110 | 1101101 | 10000 | 0 | 111000 | 100 | 1001101 | 1011000 | 1000110 |
Color Harmonies of #CFF66D
Complementary color
Monochromatic Colors of #CFF66D
Black with #CFF66D
Text Example
Text Example
White with #CFF66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF66D; }
p { color: rgb(207,246,109); }
H1.HeaderClassName
{
color: #CFF66D;
}
.AnyTagClassName
{
color: #CFF66D;
}
</style>
background-color css
<style>
a { background-color: #CFF66D; }
a { background-color: rgb(207,246,109); }
div.DivClassName
{
background-color: #CFF66D;
}
.BgClassName
{
background-color: #CFF66D;
}
</style>
border-color css
<style>
span { border-color: #CFF66D; }
span { border-color: rgb(207,246,109); }
td.TdClassName
{
border-color: #CFF66D;
}
.TagClassName
{
border-color: #CFF66D;
}
</style>