Html Css Color HEX #EDF51A Lemon

📋 copy color: '#EDF51A'

red 237 ◦ green 245 ◦ blue 26

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

Shades of Lemon #EDF51A

Tints of Lemon #EDF51A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.23%

 BLUE value IS 26 (10.55% from 255) = 5.12%

R = 46.65%
G = 48.23%
B = 5.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#EDF51A (or 0xEDF51A) is known color: Lemon. HEX triplet: ED, F5 and 1A. RGB value is (237,245,26). Sum of RGB (Red+Green+Blue) = 237+245+26=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 26 (10.55% from 255 or 5.12% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF51A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF51A is #120AE5. Grayscale: #DADADA. Windows color (decimal): -1182438 or 1766893. OLE color: 1766893.

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

Color convert

RGB 237 245 26 -
CMYK 0.03 0 0.89 0.04
HSL 62.19º 0.92% 0.53% -
HSV(B) 62.19º 0.89% 0.96% -
XYZ 67.76 83.38 13.5 -
YUV 217.64 19.85 141.81 -
System Red Green Blue C M Y K H S L
Decimal 237 245 26 0.03 0 0.89 0.04 62.19 0.92 0.53
Hex ED F5 1A 3 0 59 4 3E 5C 35
Octal 355 365 32 3 0 131 4 76 134 65
Binary 11101101 11110101 11010 11 0 1011001 100 111110 1011100 110101

Color Harmonies of #EDF51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF51A

Black with #EDF51A

Text Example


Text Example

White with #EDF51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF51A; }

 p { color: rgb(237,245,26); }

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

background-color css

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

 a { background-color: rgb(237,245,26); }

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

border-color css

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

 span { border-color: rgb(237,245,26); }

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