Html Css Color HEX #EDF820 Lemon

📋 copy color: '#EDF820'

red 237 ◦ green 248 ◦ blue 32

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

Shades of Lemon #EDF820

Tints of Lemon #EDF820

RGB

 RED value IS 237 (92.97% from 255) = 45.84%

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

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

R = 45.84%
G = 47.97%
B = 6.19%

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

#EDF820 (or 0xEDF820) is known color: Lemon. HEX triplet: ED, F8 and 20. RGB value is (237,248,32). Sum of RGB (Red+Green+Blue) = 237+248+32=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 32 (12.89% from 255 or 6.19% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF820 is #1207DF. Grayscale: #DCDCDC. Windows color (decimal): -1181664 or 2160877. OLE color: 2160877.

HSL color Cylindrical-coordinate representation of color #EDF820: hue angle of 63.06º 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 #EDF820 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 32 -
CMYK 0.04 0 0.87 0.03
HSL 63.06º 0.94% 0.55% -
HSV(B) 63.06º 0.87% 0.97% -
XYZ 68.75 85.24 14.2 -
YUV 220.09 21.86 140.06 -
System Red Green Blue C M Y K H S L
Decimal 237 248 32 0.04 0 0.87 0.03 63.06 0.94 0.55
Hex ED F8 20 4 0 57 3 3F 5E 37
Octal 355 370 40 4 0 127 3 77 136 67
Binary 11101101 11111000 100000 100 0 1010111 11 111111 1011110 110111

Color Harmonies of #EDF820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF820

Black with #EDF820

Text Example


Text Example

White with #EDF820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF820; }

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

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

background-color css

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

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

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

border-color css

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

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

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