Shades of Portafino #EFF2A2
Tints of Portafino #EFF2A2
RGB
CMYK
RGB Variations
Color information
#EFF2A2 (or 0xEFF2A2) is known color: Portafino. HEX triplet: EF, F2 and A2. RGB value is (239,242,162). Sum of RGB (Red+Green+Blue) = 239+242+162=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 162 (63.67% from 255 or 25.19% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF2A2 is #100D5D. Grayscale: #E8E8E8. Windows color (decimal): -1051998 or 10679023. OLE color: 10679023.
HSL color Cylindrical-coordinate representation of color #EFF2A2: hue angle of 62.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFF2A2 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 162 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.05 |
| HSL | 62.25º | 0.75% | 0.79% | - |
| HSV(B) | 62.25º | 0.33% | 0.95% | - |
| XYZ | 73.87 | 84.46 | 46.59 | - |
| YUV | 231.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 162 | 0.01 | 0 | 0.33 | 0.05 | 62.25 | 0.75 | 0.79 |
| Hex | EF | F2 | A2 | 1 | 0 | 21 | 5 | 3E | 4B | 4F |
| Octal | 357 | 362 | 242 | 1 | 0 | 41 | 5 | 76 | 113 | 117 |
| Binary | 11101111 | 11110010 | 10100010 | 1 | 0 | 100001 | 101 | 111110 | 1001011 | 1001111 |
Color Harmonies of #EFF2A2
Complementary color
Monochromatic Colors of #EFF2A2
Black with #EFF2A2
Text Example
Text Example
White with #EFF2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2A2; }
p { color: rgb(239,242,162); }
H1.HeaderClassName
{
color: #EFF2A2;
}
.AnyTagClassName
{
color: #EFF2A2;
}
</style>
background-color css
<style>
a { background-color: #EFF2A2; }
a { background-color: rgb(239,242,162); }
div.DivClassName
{
background-color: #EFF2A2;
}
.BgClassName
{
background-color: #EFF2A2;
}
</style>
border-color css
<style>
span { border-color: #EFF2A2; }
span { border-color: rgb(239,242,162); }
td.TdClassName
{
border-color: #EFF2A2;
}
.TagClassName
{
border-color: #EFF2A2;
}
</style>