#EFF29D

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

Shades of Portafino #EFF29D

Tints of Portafino #EFF29D

Color information

#EFF29D (or 0xEFF29D) is unknown color: approx Portafino. HEX triplet: EF, F2 and 9D. RGB value is (239,242,157). Sum of RGB (Red+Green+Blue) = 239+242+157=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 157 (61.72% from 255 or 24.61% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF29D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF29D is #100D62. Grayscale: #E7E7E7. Windows color (decimal): -1052003 or 10351343. OLE color: 10351343.

HSL color Cylindrical-coordinate representation of color #EFF29D: hue angle of 62.12º degrees, saturation: 0.77, 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 #EFF29D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB239242157-
CMYK0.0100.350.05
HSL62.12º76.58%78.24%-
HSV(B)62.12º35.12%94.9%-
XYZ73.4384.2944.3-
YUV231.4186.01133.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 157 (61.72% from 255) = 24.61%
R=37.46%
G=37.93%
B=24.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392421570.0100.350.0562.1276.5878.24
HexEFF29D102353e4d4e
Octal3573622351043576115116
Binary1110111111110010100111011010001110111111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF29D; }

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

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

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

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

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

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

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

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