#EFF29F

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

Shades of Portafino #EFF29F

Tints of Portafino #EFF29F

Color information

#EFF29F (or 0xEFF29F) is unknown color: approx 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

RGB239242159-
CMYK0.0100.340.05
HSL62.17º76.15%78.63%-
HSV(B)62.17º34.3%94.9%-
XYZ73.6184.3645.2-
YUV231.6487.01133.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 242 (94.92% from 255) = 37.81%
BLUE value IS 159 (62.5% from 255) = 24.84%
R=37.34%
G=37.81%
B=24.84%

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
Decimal2392421590.0100.340.0562.1776.1578.63
HexEFF29F102253e4c4f
Octal3573622371042576114117
Binary1110111111110010100111111010001010111111010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>