Html Css Color HEX #EDF618 Lemon

📋 copy color: '#EDF618'

red 237 ◦ green 246 ◦ blue 24

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

Shades of Lemon #EDF618

Tints of Lemon #EDF618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.73%

R = 46.75%
G = 48.52%
B = 4.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#EDF618 (or 0xEDF618) is known color: Lemon. HEX triplet: ED, F6 and 18. RGB value is (237,246,24). Sum of RGB (Red+Green+Blue) = 237+246+24=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 24 (9.77% from 255 or 4.73% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF618 is #1209E7. Grayscale: #DADADA. Windows color (decimal): -1182184 or 1636077. OLE color: 1636077.

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

Color convert

RGB 237 246 24 -
CMYK 0.04 0 0.90 0.04
HSL 62.43º 0.93% 0.53% -
HSV(B) 62.43º 0.9% 0.96% -
XYZ 68.05 83.98 13.49 -
YUV 218 18.52 141.55 -
System Red Green Blue C M Y K H S L
Decimal 237 246 24 0.04 0 0.90 0.04 62.43 0.93 0.53
Hex ED F6 18 4 0 5A 4 3E 5C 35
Octal 355 366 30 4 0 132 4 76 134 65
Binary 11101101 11110110 11000 100 0 1011010 100 111110 1011100 110101

Color Harmonies of #EDF618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF618

Black with #EDF618

Text Example


Text Example

White with #EDF618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF618; }

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

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

background-color css

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

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

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

border-color css

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

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

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