Html Css Color HEX #EDF41D Lemon

📋 copy color: '#EDF41D'

red 237 ◦ green 244 ◦ blue 29

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

Shades of Lemon #EDF41D

Tints of Lemon #EDF41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.69%

R = 46.47%
G = 47.84%
B = 5.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#EDF41D (or 0xEDF41D) is known color: Lemon. HEX triplet: ED, F4 and 1D. RGB value is (237,244,29). Sum of RGB (Red+Green+Blue) = 237+244+29=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 29 (11.72% from 255 or 5.69% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF41D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF41D is #120BE2. Grayscale: #DADADA. Windows color (decimal): -1182691 or 1963245. OLE color: 1963245.

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

Color convert

RGB 237 244 29 -
CMYK 0.03 0 0.88 0.04
HSL 61.95º 0.91% 0.54% -
HSV(B) 61.95º 0.88% 0.96% -
XYZ 67.5 82.79 13.59 -
YUV 217.4 21.68 141.98 -
System Red Green Blue C M Y K H S L
Decimal 237 244 29 0.03 0 0.88 0.04 61.95 0.91 0.54
Hex ED F4 1D 3 0 58 4 3E 5B 36
Octal 355 364 35 3 0 130 4 76 133 66
Binary 11101101 11110100 11101 11 0 1011000 100 111110 1011011 110110

Color Harmonies of #EDF41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF41D

Black with #EDF41D

Text Example


Text Example

White with #EDF41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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