Html Css Color HEX #EFF820 Lemon

📋 copy color: '#EFF820'

red 239 ◦ green 248 ◦ blue 32

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

Shades of Lemon #EFF820

Tints of Lemon #EFF820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.78%

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

R = 46.05%
G = 47.78%
B = 6.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#EFF820 (or 0xEFF820) is known color: Lemon. HEX triplet: EF, F8 and 20. RGB value is (239,248,32). Sum of RGB (Red+Green+Blue) = 239+248+32=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 32 (12.89% from 255 or 6.17% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF820 is #1007DF. Grayscale: #DDDDDD. Windows color (decimal): -1050592 or 2160879. OLE color: 2160879.

HSL color Cylindrical-coordinate representation of color #EFF820: hue angle of 62.5º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFF820 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 32 -
CMYK 0.04 0 0.87 0.03
HSL 62.5º 0.94% 0.55% -
HSV(B) 62.5º 0.87% 0.97% -
XYZ 69.42 85.59 14.23 -
YUV 220.69 21.52 141.06 -
System Red Green Blue C M Y K H S L
Decimal 239 248 32 0.04 0 0.87 0.03 62.5 0.94 0.55
Hex EF F8 20 4 0 57 3 3F 5E 37
Octal 357 370 40 4 0 127 3 77 136 67
Binary 11101111 11111000 100000 100 0 1010111 11 111111 1011110 110111

Color Harmonies of #EFF820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF820

Black with #EFF820

Text Example


Text Example

White with #EFF820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF820; }

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

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

background-color css

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

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

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

border-color css

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

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

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