Html Css Color HEX #EDF71D Lemon

📋 copy color: '#EDF71D'

red 237 ◦ green 247 ◦ blue 29

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

Shades of Lemon #EDF71D

Tints of Lemon #EDF71D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.15%

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

R = 46.2%
G = 48.15%
B = 5.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#EDF71D (or 0xEDF71D) is known color: Lemon. HEX triplet: ED, F7 and 1D. RGB value is (237,247,29). Sum of RGB (Red+Green+Blue) = 237+247+29=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 29 (11.72% from 255 or 5.65% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF71D is #1208E2. Grayscale: #DCDCDC. Windows color (decimal): -1181923 or 1964013. OLE color: 1964013.

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

Color convert

RGB 237 247 29 -
CMYK 0.04 0 0.88 0.03
HSL 62.75º 0.93% 0.54% -
HSV(B) 62.75º 0.88% 0.97% -
XYZ 68.41 84.61 13.89 -
YUV 219.16 20.69 140.73 -
System Red Green Blue C M Y K H S L
Decimal 237 247 29 0.04 0 0.88 0.03 62.75 0.93 0.54
Hex ED F7 1D 4 0 58 3 3F 5D 36
Octal 355 367 35 4 0 130 3 77 135 66
Binary 11101101 11110111 11101 100 0 1011000 11 111111 1011101 110110

Color Harmonies of #EDF71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF71D

Black with #EDF71D

Text Example


Text Example

White with #EDF71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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