#EFF39D

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

Shades of Portafino #EFF39D

Tints of Portafino #EFF39D

Color information

#EFF39D (or 0xEFF39D) is unknown color: approx Portafino. HEX triplet: EF, F3 and 9D. RGB value is (239,243,157). Sum of RGB (Red+Green+Blue) = 239+243+157=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 157 (61.72% from 255 or 24.57% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF39D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF39D is #100C62. Grayscale: #E8E8E8. Windows color (decimal): -1051747 or 10351599. OLE color: 10351599.

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

Color convert

RGB239243157-
CMYK0.0200.350.05
HSL62.79º78.18%78.43%-
HSV(B)62.79º35.39%95.29%-
XYZ73.7384.8944.4-
YUV23285.67132.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 243 (95.31% from 255) = 38.03%
BLUE value IS 157 (61.72% from 255) = 24.57%
R=37.40%
G=38.03%
B=24.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392431570.0200.350.0562.7978.1878.43
HexEFF39D202353f4e4e
Octal3573632352043577116116
Binary11101111111100111001110110010001110111111110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF39D; }

 p { color: rgb(239,243,157); }

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

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

 a { background-color: rgb(239,243,157); }

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

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

 span { border-color: rgb(239,243,157); }

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