Html Css Color HEX #EDF415 Lemon

📋 copy color: '#EDF415'

red 237 ◦ green 244 ◦ blue 21

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

Shades of Lemon #EDF415

Tints of Lemon #EDF415

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.61%

 BLUE value IS 21 (8.59% from 255) = 4.18%

R = 47.21%
G = 48.61%
B = 4.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#EDF415 (or 0xEDF415) is known color: Lemon. HEX triplet: ED, F4 and 15. RGB value is (237,244,21). Sum of RGB (Red+Green+Blue) = 237+244+21=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 21 (8.59% from 255 or 4.18% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF415 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF415 is #120BEA. Grayscale: #D9D9D9. Windows color (decimal): -1182699 or 1438957. OLE color: 1438957.

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

Color convert

RGB 237 244 21 -
CMYK 0.03 0 0.91 0.04
HSL 61.88º 0.91% 0.52% -
HSV(B) 61.88º 0.91% 0.96% -
XYZ 67.41 82.76 13.13 -
YUV 216.49 17.68 142.63 -
System Red Green Blue C M Y K H S L
Decimal 237 244 21 0.03 0 0.91 0.04 61.88 0.91 0.52
Hex ED F4 15 3 0 5B 4 3E 5B 34
Octal 355 364 25 3 0 133 4 76 133 64
Binary 11101101 11110100 10101 11 0 1011011 100 111110 1011011 110100

Color Harmonies of #EDF415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF415

Black with #EDF415

Text Example


Text Example

White with #EDF415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF415; }

 p { color: rgb(237,244,21); }

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

background-color css

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

 a { background-color: rgb(237,244,21); }

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

border-color css

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

 span { border-color: rgb(237,244,21); }

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