Html Css Color HEX #EFF322 Lemon

📋 copy color: '#EFF322'

red 239 ◦ green 243 ◦ blue 34

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

Shades of Lemon #EFF322

Tints of Lemon #EFF322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.59%

R = 46.32%
G = 47.09%
B = 6.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#EFF322 (or 0xEFF322) is known color: Lemon. HEX triplet: EF, F3 and 22. RGB value is (239,243,34). Sum of RGB (Red+Green+Blue) = 239+243+34=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 34 (13.67% from 255 or 6.59% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF322 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF322 is #100CDD. Grayscale: #DADADA. Windows color (decimal): -1051870 or 2290671. OLE color: 2290671.

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

Color convert

RGB 239 243 34 -
CMYK 0.02 0 0.86 0.05
HSL 61.15º 0.9% 0.54% -
HSV(B) 61.15º 0.86% 0.95% -
XYZ 67.94 82.57 13.87 -
YUV 217.98 24.17 142.99 -
System Red Green Blue C M Y K H S L
Decimal 239 243 34 0.02 0 0.86 0.05 61.15 0.9 0.54
Hex EF F3 22 2 0 56 5 3D 5A 36
Octal 357 363 42 2 0 126 5 75 132 66
Binary 11101111 11110011 100010 10 0 1010110 101 111101 1011010 110110

Color Harmonies of #EFF322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF322

Black with #EFF322

Text Example


Text Example

White with #EFF322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF322; }

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

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

background-color css

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

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

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

border-color css

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

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

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