Html Css Color HEX #EDF412 Lemon

📋 copy color: '#EDF412'

red 237 ◦ green 244 ◦ blue 18

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

Shades of Lemon #EDF412

Tints of Lemon #EDF412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.61%

R = 47.49%
G = 48.9%
B = 3.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#EDF412 (or 0xEDF412) is known color: Lemon. HEX triplet: ED, F4 and 12. RGB value is (237,244,18). Sum of RGB (Red+Green+Blue) = 237+244+18=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 18 (7.42% from 255 or 3.61% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF412 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF412 is #120BED. Grayscale: #D9D9D9. Windows color (decimal): -1182702 or 1242349. OLE color: 1242349.

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

Color convert

RGB 237 244 18 -
CMYK 0.03 0 0.93 0.04
HSL 61.86º 0.91% 0.51% -
HSV(B) 61.86º 0.93% 0.96% -
XYZ 67.38 82.75 12.99 -
YUV 216.14 16.18 142.88 -
System Red Green Blue C M Y K H S L
Decimal 237 244 18 0.03 0 0.93 0.04 61.86 0.91 0.51
Hex ED F4 12 3 0 5D 4 3E 5B 33
Octal 355 364 22 3 0 135 4 76 133 63
Binary 11101101 11110100 10010 11 0 1011101 100 111110 1011011 110011

Color Harmonies of #EDF412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF412

Black with #EDF412

Text Example


Text Example

White with #EDF412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF412; }

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

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

background-color css

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

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

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

border-color css

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

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

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