Html Css Color HEX #EFF314 Lemon

📋 copy color: '#EFF314'

red 239 ◦ green 243 ◦ blue 20

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

Shades of Lemon #EFF314

Tints of Lemon #EFF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.41%

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

R = 47.61%
G = 48.41%
B = 3.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#EFF314 (or 0xEFF314) is known color: Lemon. HEX triplet: EF, F3 and 14. RGB value is (239,243,20). Sum of RGB (Red+Green+Blue) = 239+243+20=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 20 (8.20% from 255 or 3.98% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF314 is #100CEB. Grayscale: #D9D9D9. Windows color (decimal): -1051884 or 1373167. OLE color: 1373167.

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

Color convert

RGB 239 243 20 -
CMYK 0.02 0 0.92 0.05
HSL 61.08º 0.9% 0.52% -
HSV(B) 61.08º 0.92% 0.95% -
XYZ 67.77 82.5 13.01 -
YUV 216.38 17.17 144.13 -
System Red Green Blue C M Y K H S L
Decimal 239 243 20 0.02 0 0.92 0.05 61.08 0.9 0.52
Hex EF F3 14 2 0 5C 5 3D 5A 34
Octal 357 363 24 2 0 134 5 75 132 64
Binary 11101111 11110011 10100 10 0 1011100 101 111101 1011010 110100

Color Harmonies of #EFF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF314

Black with #EFF314

Text Example


Text Example

White with #EFF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF314; }

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

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

background-color css

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

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

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

border-color css

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

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

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