Shades of Mindaro #CFFE66
Tints of Mindaro #CFFE66
RGB
CMYK
RGB Variations
Color information
#CFFE66 (or 0xCFFE66) is known color: Mindaro. HEX triplet: CF, FE and 66. RGB value is (207,254,102). Sum of RGB (Red+Green+Blue) = 207+254+102=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE66 is #300199. Grayscale: #DFDFDF. Windows color (decimal): -3146138 or 6749903. OLE color: 6749903.
HSL color Cylindrical-coordinate representation of color #CFFE66: hue angle of 78.55º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFFE66 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 102 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.00 |
| HSL | 78.55º | 0.99% | 0.7% | - |
| HSV(B) | 78.55º | 0.6% | 1% | - |
| XYZ | 63.57 | 85.11 | 25.65 | - |
| YUV | 222.62 | 59.93 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 102 | 0.19 | 0 | 0.60 | 0.00 | 78.55 | 0.99 | 0.7 |
| Hex | CF | FE | 66 | 13 | 0 | 3C | 0 | 4F | 63 | 46 |
| Octal | 317 | 376 | 146 | 23 | 0 | 74 | 0 | 117 | 143 | 106 |
| Binary | 11001111 | 11111110 | 1100110 | 10011 | 0 | 111100 | 0 | 1001111 | 1100011 | 1000110 |
Color Harmonies of #CFFE66
Complementary color
Monochromatic Colors of #CFFE66
Black with #CFFE66
Text Example
Text Example
White with #CFFE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE66; }
p { color: rgb(207,254,102); }
H1.HeaderClassName
{
color: #CFFE66;
}
.AnyTagClassName
{
color: #CFFE66;
}
</style>
background-color css
<style>
a { background-color: #CFFE66; }
a { background-color: rgb(207,254,102); }
div.DivClassName
{
background-color: #CFFE66;
}
.BgClassName
{
background-color: #CFFE66;
}
</style>
border-color css
<style>
span { border-color: #CFFE66; }
span { border-color: rgb(207,254,102); }
td.TdClassName
{
border-color: #CFFE66;
}
.TagClassName
{
border-color: #CFFE66;
}
</style>