Html Css Color HEX #EFF206 Lemon

📋 copy color: '#EFF206'

red 239 ◦ green 242 ◦ blue 6

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

Shades of Lemon #EFF206

Tints of Lemon #EFF206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.23%

R = 49.08%
G = 49.69%
B = 1.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#EFF206 (or 0xEFF206) is known color: Lemon. HEX triplet: EF, F2 and 06. RGB value is (239,242,6). Sum of RGB (Red+Green+Blue) = 239+242+6=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 6 (2.73% from 255 or 1.23% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF206 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF206 is #100DF9. Grayscale: #D7D7D7. Windows color (decimal): -1052154 or 455407. OLE color: 455407.

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

Color convert

RGB 239 242 6 -
CMYK 0.01 0 0.98 0.05
HSL 60.76º 0.95% 0.49% -
HSV(B) 60.76º 0.98% 0.95% -
XYZ 67.38 81.87 12.42 -
YUV 214.2 10.51 145.69 -
System Red Green Blue C M Y K H S L
Decimal 239 242 6 0.01 0 0.98 0.05 60.76 0.95 0.49
Hex EF F2 6 1 0 62 5 3D 5F 31
Octal 357 362 6 1 0 142 5 75 137 61
Binary 11101111 11110010 110 1 0 1100010 101 111101 1011111 110001

Color Harmonies of #EFF206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF206

Black with #EFF206

Text Example


Text Example

White with #EFF206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF206; }

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

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

background-color css

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

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

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

border-color css

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

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

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