Html Css Color HEX #EDF620 Lemon

📋 copy color: '#EDF620'

red 237 ◦ green 246 ◦ blue 32

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

Shades of Lemon #EDF620

Tints of Lemon #EDF620

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.77%

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

R = 46.02%
G = 47.77%
B = 6.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#EDF620 (or 0xEDF620) is known color: Lemon. HEX triplet: ED, F6 and 20. RGB value is (237,246,32). Sum of RGB (Red+Green+Blue) = 237+246+32=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 32 (12.89% from 255 or 6.21% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF620 is #1209DF. Grayscale: #DBDBDB. Windows color (decimal): -1182176 or 2160365. OLE color: 2160365.

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

Color convert

RGB 237 246 32 -
CMYK 0.04 0 0.87 0.04
HSL 62.52º 0.92% 0.55% -
HSV(B) 62.52º 0.87% 0.96% -
XYZ 68.14 84.02 13.99 -
YUV 218.91 22.52 140.9 -
System Red Green Blue C M Y K H S L
Decimal 237 246 32 0.04 0 0.87 0.04 62.52 0.92 0.55
Hex ED F6 20 4 0 57 4 3F 5C 37
Octal 355 366 40 4 0 127 4 77 134 67
Binary 11101101 11110110 100000 100 0 1010111 100 111111 1011100 110111

Color Harmonies of #EDF620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF620

Black with #EDF620

Text Example


Text Example

White with #EDF620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF620; }

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

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

background-color css

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

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

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

border-color css

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

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

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