Shades of Mindaro #CFFC66
Tints of Mindaro #CFFC66
RGB
CMYK
RGB Variations
Color information
#CFFC66 (or 0xCFFC66) is known color: Mindaro. HEX triplet: CF, FC and 66. RGB value is (207,252,102). Sum of RGB (Red+Green+Blue) = 207+252+102=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC66 is #300399. Grayscale: #DDDDDD. Windows color (decimal): -3146650 or 6749391. OLE color: 6749391.
HSL color Cylindrical-coordinate representation of color #CFFC66: hue angle of 78º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFFC66 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 102 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.01 |
| HSL | 78º | 0.96% | 0.69% | - |
| HSV(B) | 78º | 0.6% | 0.99% | - |
| XYZ | 62.94 | 83.85 | 25.44 | - |
| YUV | 221.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 102 | 0.18 | 0 | 0.60 | 0.01 | 78 | 0.96 | 0.69 |
| Hex | CF | FC | 66 | 12 | 0 | 3C | 1 | 4E | 60 | 45 |
| Octal | 317 | 374 | 146 | 22 | 0 | 74 | 1 | 116 | 140 | 105 |
| Binary | 11001111 | 11111100 | 1100110 | 10010 | 0 | 111100 | 1 | 1001110 | 1100000 | 1000101 |
Color Harmonies of #CFFC66
Complementary color
Monochromatic Colors of #CFFC66
Black with #CFFC66
Text Example
Text Example
White with #CFFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC66; }
p { color: rgb(207,252,102); }
H1.HeaderClassName
{
color: #CFFC66;
}
.AnyTagClassName
{
color: #CFFC66;
}
</style>
background-color css
<style>
a { background-color: #CFFC66; }
a { background-color: rgb(207,252,102); }
div.DivClassName
{
background-color: #CFFC66;
}
.BgClassName
{
background-color: #CFFC66;
}
</style>
border-color css
<style>
span { border-color: #CFFC66; }
span { border-color: rgb(207,252,102); }
td.TdClassName
{
border-color: #CFFC66;
}
.TagClassName
{
border-color: #CFFC66;
}
</style>