Shades of Mindaro #CFF66C
Tints of Mindaro #CFF66C
RGB
CMYK
RGB Variations
Color information
#CFF66C (or 0xCFF66C) is known color: Mindaro. HEX triplet: CF, F6 and 6C. RGB value is (207,246,108). Sum of RGB (Red+Green+Blue) = 207+246+108=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF66C is #300993. Grayscale: #DBDBDB. Windows color (decimal): -3148180 or 7141071. OLE color: 7141071.
HSL color Cylindrical-coordinate representation of color #CFF66C: hue angle of 76.96º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFF66C is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 108 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.04 |
| HSL | 76.96º | 0.88% | 0.69% | - |
| HSV(B) | 76.96º | 0.56% | 0.96% | - |
| XYZ | 61.39 | 80.26 | 26.44 | - |
| YUV | 218.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 108 | 0.16 | 0 | 0.56 | 0.04 | 76.96 | 0.88 | 0.69 |
| Hex | CF | F6 | 6C | 10 | 0 | 38 | 4 | 4D | 58 | 45 |
| Octal | 317 | 366 | 154 | 20 | 0 | 70 | 4 | 115 | 130 | 105 |
| Binary | 11001111 | 11110110 | 1101100 | 10000 | 0 | 111000 | 100 | 1001101 | 1011000 | 1000101 |
Color Harmonies of #CFF66C
Complementary color
Monochromatic Colors of #CFF66C
Black with #CFF66C
Text Example
Text Example
White with #CFF66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF66C; }
p { color: rgb(207,246,108); }
H1.HeaderClassName
{
color: #CFF66C;
}
.AnyTagClassName
{
color: #CFF66C;
}
</style>
background-color css
<style>
a { background-color: #CFF66C; }
a { background-color: rgb(207,246,108); }
div.DivClassName
{
background-color: #CFF66C;
}
.BgClassName
{
background-color: #CFF66C;
}
</style>
border-color css
<style>
span { border-color: #CFF66C; }
span { border-color: rgb(207,246,108); }
td.TdClassName
{
border-color: #CFF66C;
}
.TagClassName
{
border-color: #CFF66C;
}
</style>