Shades of Portafino #EFF29F
Tints of Portafino #EFF29F
RGB
CMYK
RGB Variations
Color information
#EFF29F (or 0xEFF29F) is known color: Portafino. HEX triplet: EF, F2 and 9F. RGB value is (239,242,159). Sum of RGB (Red+Green+Blue) = 239+242+159=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 159 (62.5% from 255 or 24.84% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF29F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF29F is #100D60. Grayscale: #E7E7E7. Windows color (decimal): -1052001 or 10482415. OLE color: 10482415.
HSL color Cylindrical-coordinate representation of color #EFF29F: hue angle of 62.17º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFF29F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 159 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.05 |
| HSL | 62.17º | 0.76% | 0.79% | - |
| HSV(B) | 62.17º | 0.34% | 0.95% | - |
| XYZ | 73.61 | 84.36 | 45.2 | - |
| YUV | 231.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 159 | 0.01 | 0 | 0.34 | 0.05 | 62.17 | 0.76 | 0.79 |
| Hex | EF | F2 | 9F | 1 | 0 | 22 | 5 | 3E | 4C | 4F |
| Octal | 357 | 362 | 237 | 1 | 0 | 42 | 5 | 76 | 114 | 117 |
| Binary | 11101111 | 11110010 | 10011111 | 1 | 0 | 100010 | 101 | 111110 | 1001100 | 1001111 |
Color Harmonies of #EFF29F
Complementary color
Monochromatic Colors of #EFF29F
Black with #EFF29F
Text Example
Text Example
White with #EFF29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF29F; }
p { color: rgb(239,242,159); }
H1.HeaderClassName
{
color: #EFF29F;
}
.AnyTagClassName
{
color: #EFF29F;
}
</style>
background-color css
<style>
a { background-color: #EFF29F; }
a { background-color: rgb(239,242,159); }
div.DivClassName
{
background-color: #EFF29F;
}
.BgClassName
{
background-color: #EFF29F;
}
</style>
border-color css
<style>
span { border-color: #EFF29F; }
span { border-color: rgb(239,242,159); }
td.TdClassName
{
border-color: #EFF29F;
}
.TagClassName
{
border-color: #EFF29F;
}
</style>