Html Css Color HEX #EDF113 Lemon

📋 copy color: '#EDF113'

red 237 ◦ green 241 ◦ blue 19

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

Shades of Lemon #EDF113

Tints of Lemon #EDF113

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.49%

 BLUE value IS 19 (7.81% from 255) = 3.82%

R = 47.69%
G = 48.49%
B = 3.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#EDF113 (or 0xEDF113) is known color: Lemon. HEX triplet: ED, F1 and 13. RGB value is (237,241,19). Sum of RGB (Red+Green+Blue) = 237+241+19=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 19 (7.81% from 255 or 3.82% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF113 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF113 is #120EEC. Grayscale: #D7D7D7. Windows color (decimal): -1183469 or 1307117. OLE color: 1307117.

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

Color convert

RGB 237 241 19 -
CMYK 0.02 0 0.92 0.05
HSL 61.08º 0.89% 0.51% -
HSV(B) 61.08º 0.92% 0.95% -
XYZ 66.5 80.96 12.74 -
YUV 214.5 17.67 144.05 -
System Red Green Blue C M Y K H S L
Decimal 237 241 19 0.02 0 0.92 0.05 61.08 0.89 0.51
Hex ED F1 13 2 0 5C 5 3D 59 33
Octal 355 361 23 2 0 134 5 75 131 63
Binary 11101101 11110001 10011 10 0 1011100 101 111101 1011001 110011

Color Harmonies of #EDF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF113

Black with #EDF113

Text Example


Text Example

White with #EDF113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF113; }

 p { color: rgb(237,241,19); }

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

background-color css

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

 a { background-color: rgb(237,241,19); }

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

border-color css

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

 span { border-color: rgb(237,241,19); }

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