Html Css Color HEX #EFF114 Lemon

📋 copy color: '#EFF114'

red 239 ◦ green 241 ◦ blue 20

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

Shades of Lemon #EFF114

Tints of Lemon #EFF114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

 BLUE value IS 20 (8.2% from 255) = 4%

R = 47.8%
G = 48.2%
B = 4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#EFF114 (or 0xEFF114) is known color: Lemon. HEX triplet: EF, F1 and 14. RGB value is (239,241,20). Sum of RGB (Red+Green+Blue) = 239+241+20=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF114 is #100EEB. Grayscale: #D8D8D8. Windows color (decimal): -1052396 or 1372655. OLE color: 1372655.

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

Color convert

RGB 239 241 20 -
CMYK 0.01 0 0.92 0.05
HSL 60.54º 0.89% 0.51% -
HSV(B) 60.54º 0.92% 0.95% -
XYZ 67.18 81.31 12.82 -
YUV 215.21 17.84 144.97 -
System Red Green Blue C M Y K H S L
Decimal 239 241 20 0.01 0 0.92 0.05 60.54 0.89 0.51
Hex EF F1 14 1 0 5C 5 3D 59 33
Octal 357 361 24 1 0 134 5 75 131 63
Binary 11101111 11110001 10100 1 0 1011100 101 111101 1011001 110011

Color Harmonies of #EFF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF114

Black with #EFF114

Text Example


Text Example

White with #EFF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF114; }

 p { color: rgb(239,241,20); }

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

background-color css

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

 a { background-color: rgb(239,241,20); }

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

border-color css

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

 span { border-color: rgb(239,241,20); }

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