Html Css Color HEX #EFF29E Portafino

📋 copy color: '#EFF29E'

red 239 ◦ green 242 ◦ blue 158

#EFF29E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portafino #EFF29E

Tints of Portafino #EFF29E

RGB

 RED value IS 239 (93.75% from 255) = 37.4%

 GREEN value IS 242 (94.92% from 255) = 37.87%

 BLUE value IS 158 (62.11% from 255) = 24.73%

R = 37.4%
G = 37.87%
B = 24.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#EFF29E (or 0xEFF29E) is known color: Portafino. HEX triplet: EF, F2 and 9E. RGB value is (239,242,158). Sum of RGB (Red+Green+Blue) = 239+242+158=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 158 (62.11% from 255 or 24.73% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF29E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF29E is #100D61. Grayscale: #E7E7E7. Windows color (decimal): -1052002 or 10416879. OLE color: 10416879.

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

Color convert

RGB 239 242 158 -
CMYK 0.01 0 0.35 0.05
HSL 62.14º 0.76% 0.78% -
HSV(B) 62.14º 0.35% 0.95% -
XYZ 73.52 84.32 44.75 -
YUV 231.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 239 242 158 0.01 0 0.35 0.05 62.14 0.76 0.78
Hex EF F2 9E 1 0 23 5 3E 4C 4E
Octal 357 362 236 1 0 43 5 76 114 116
Binary 11101111 11110010 10011110 1 0 100011 101 111110 1001100 1001110

Color Harmonies of #EFF29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF29E

Black with #EFF29E

Text Example


Text Example

White with #EFF29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF29E; }

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

 H1.HeaderClassName
 {
   color: #EFF29E;
 }
 .AnyTagClassName
 {
   color: #EFF29E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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