Shades of Portafino #EFF49E
Tints of Portafino #EFF49E
RGB
CMYK
RGB Variations
Color information
#EFF49E (or 0xEFF49E) is known color: Portafino. HEX triplet: EF, F4 and 9E. RGB value is (239,244,158). Sum of RGB (Red+Green+Blue) = 239+244+158=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 158 (62.11% from 255 or 24.65% from 641); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF49E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF49E is #100B61. Grayscale: #E9E9E9. Windows color (decimal): -1051490 or 10417391. OLE color: 10417391.
HSL color Cylindrical-coordinate representation of color #EFF49E: hue angle of 63.49º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFF49E is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 158 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.04 |
| HSL | 63.49º | 0.8% | 0.79% | - |
| HSV(B) | 63.49º | 0.35% | 0.96% | - |
| XYZ | 74.12 | 85.52 | 44.95 | - |
| YUV | 232.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 158 | 0.02 | 0 | 0.35 | 0.04 | 63.49 | 0.8 | 0.79 |
| Hex | EF | F4 | 9E | 2 | 0 | 23 | 4 | 3F | 50 | 4F |
| Octal | 357 | 364 | 236 | 2 | 0 | 43 | 4 | 77 | 120 | 117 |
| Binary | 11101111 | 11110100 | 10011110 | 10 | 0 | 100011 | 100 | 111111 | 1010000 | 1001111 |
Color Harmonies of #EFF49E
Complementary color
Monochromatic Colors of #EFF49E
Black with #EFF49E
Text Example
Text Example
White with #EFF49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF49E; }
p { color: rgb(239,244,158); }
H1.HeaderClassName
{
color: #EFF49E;
}
.AnyTagClassName
{
color: #EFF49E;
}
</style>
background-color css
<style>
a { background-color: #EFF49E; }
a { background-color: rgb(239,244,158); }
div.DivClassName
{
background-color: #EFF49E;
}
.BgClassName
{
background-color: #EFF49E;
}
</style>
border-color css
<style>
span { border-color: #EFF49E; }
span { border-color: rgb(239,244,158); }
td.TdClassName
{
border-color: #EFF49E;
}
.TagClassName
{
border-color: #EFF49E;
}
</style>