Html Css Color HEX #EFF29D Portafino

📋 copy color: '#EFF29D'

red 239 ◦ green 242 ◦ blue 157

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

Shades of Portafino #EFF29D

Tints of Portafino #EFF29D

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 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

#EFF29D (or 0xEFF29D) is known color: 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

RGB 239 242 157 -
CMYK 0.01 0 0.35 0.05
HSL 62.12º 0.77% 0.78% -
HSV(B) 62.12º 0.35% 0.95% -
XYZ 73.43 84.29 44.3 -
YUV 231.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 239 242 157 0.01 0 0.35 0.05 62.12 0.77 0.78
Hex EF F2 9D 1 0 23 5 3E 4D 4E
Octal 357 362 235 1 0 43 5 76 115 116
Binary 11101111 11110010 10011101 1 0 100011 101 111110 1001101 1001110

Color Harmonies of #EFF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF29D

Black with #EFF29D

Text Example


Text Example

White with #EFF29D

Text Example


Text Example

HTML Codes & Css Web 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>