#EFF19E

Color #EFF19E Portafino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portafino #EFF19E

Tints of Portafino #EFF19E

Color information

#EFF19E (or 0xEFF19E) is unknown color: approx Portafino. HEX triplet: EF, F1 and 9E. RGB value is (239,241,158). Sum of RGB (Red+Green+Blue) = 239+241+158=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 158 (62.11% from 255 or 24.76% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF19E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF19E is #100E61. Grayscale: #E7E7E7. Windows color (decimal): -1052258 or 10416623. OLE color: 10416623.

HSL color Cylindrical-coordinate representation of color #EFF19E: hue angle of 61.45º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFF19E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB239241158-
CMYK0.0100.340.05
HSL61.45º74.77%78.24%-
HSV(B)61.45º34.44%94.51%-
XYZ73.2283.7344.65-
YUV230.9486.84133.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 241 (94.53% from 255) = 37.77%
BLUE value IS 158 (62.11% from 255) = 24.76%
R=37.46%
G=37.77%
B=24.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392411580.0100.340.0561.4574.7778.24
HexEFF19E102253d4b4e
Octal3573612361042575113116
Binary1110111111110001100111101010001010111110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF19E; }

 p { color: rgb(239,241,158); }

 H1.HeaderClassName
 {
   color: #EFF19E;
 }
 .AnyTagClassName
 {
   color: #EFF19E;
 }
</style>
background-color css

<style>
 a { background-color: #EFF19E; }

 a { background-color: rgb(239,241,158); }

 div.DivClassName
 {
   background-color: #EFF19E;
 }
 .BgClassName
 {
   background-color: #EFF19E;
 }
</style>
border-color css

<style>
 span { border-color: #EFF19E; }

 span { border-color: rgb(239,241,158); }

 td.TdClassName
 {
   border-color: #EFF19E;
 }
 .TagClassName
 {
   border-color: #EFF19E;
 }
</style>