Html Css Color HEX #EFF220 Lemon

📋 copy color: '#EFF220'

red 239 ◦ green 242 ◦ blue 32

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

Shades of Lemon #EFF220

Tints of Lemon #EFF220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.24%

R = 46.59%
G = 47.17%
B = 6.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#EFF220 (or 0xEFF220) is known color: Lemon. HEX triplet: EF, F2 and 20. RGB value is (239,242,32). Sum of RGB (Red+Green+Blue) = 239+242+32=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 32 (12.89% from 255 or 6.24% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF220 is #100DDF. Grayscale: #DADADA. Windows color (decimal): -1052128 or 2159343. OLE color: 2159343.

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

Color convert

RGB 239 242 32 -
CMYK 0.01 0 0.87 0.05
HSL 60.86º 0.89% 0.54% -
HSV(B) 60.86º 0.87% 0.95% -
XYZ 67.61 81.96 13.62 -
YUV 217.16 23.51 143.58 -
System Red Green Blue C M Y K H S L
Decimal 239 242 32 0.01 0 0.87 0.05 60.86 0.89 0.54
Hex EF F2 20 1 0 57 5 3D 59 36
Octal 357 362 40 1 0 127 5 75 131 66
Binary 11101111 11110010 100000 1 0 1010111 101 111101 1011001 110110

Color Harmonies of #EFF220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF220

Black with #EFF220

Text Example


Text Example

White with #EFF220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF220; }

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

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

background-color css

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

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

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

border-color css

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

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

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