Html Css Color HEX #EDF614 Lemon

📋 copy color: '#EDF614'

red 237 ◦ green 246 ◦ blue 20

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

Shades of Lemon #EDF614

Tints of Lemon #EDF614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.98%

R = 47.12%
G = 48.91%
B = 3.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#EDF614 (or 0xEDF614) is known color: Lemon. HEX triplet: ED, F6 and 14. RGB value is (237,246,20). Sum of RGB (Red+Green+Blue) = 237+246+20=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 20 (8.20% from 255 or 3.98% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF614 is #1209EB. Grayscale: #DADADA. Windows color (decimal): -1182188 or 1373933. OLE color: 1373933.

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

Color convert

RGB 237 246 20 -
CMYK 0.04 0 0.92 0.04
HSL 62.39º 0.93% 0.52% -
HSV(B) 62.39º 0.92% 0.96% -
XYZ 68.01 83.97 13.28 -
YUV 217.55 16.52 141.88 -
System Red Green Blue C M Y K H S L
Decimal 237 246 20 0.04 0 0.92 0.04 62.39 0.93 0.52
Hex ED F6 14 4 0 5C 4 3E 5D 34
Octal 355 366 24 4 0 134 4 76 135 64
Binary 11101101 11110110 10100 100 0 1011100 100 111110 1011101 110100

Color Harmonies of #EDF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF614

Black with #EDF614

Text Example


Text Example

White with #EDF614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF614; }

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

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

background-color css

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

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

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

border-color css

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

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

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