Html Css Color HEX #EDF81E Lemon

📋 copy color: '#EDF81E'

red 237 ◦ green 248 ◦ blue 30

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

Shades of Lemon #EDF81E

Tints of Lemon #EDF81E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.16%

 BLUE value IS 30 (12.11% from 255) = 5.83%

R = 46.02%
G = 48.16%
B = 5.83%

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

#EDF81E (or 0xEDF81E) is known color: Lemon. HEX triplet: ED, F8 and 1E. RGB value is (237,248,30). Sum of RGB (Red+Green+Blue) = 237+248+30=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 30 (12.11% from 255 or 5.83% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF81E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF81E is #1207E1. Grayscale: #DCDCDC. Windows color (decimal): -1181666 or 2029805. OLE color: 2029805.

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

Color convert

RGB 237 248 30 -
CMYK 0.04 0 0.88 0.03
HSL 63.03º 0.94% 0.55% -
HSV(B) 63.03º 0.88% 0.97% -
XYZ 68.73 85.23 14.06 -
YUV 219.86 20.86 140.23 -
System Red Green Blue C M Y K H S L
Decimal 237 248 30 0.04 0 0.88 0.03 63.03 0.94 0.55
Hex ED F8 1E 4 0 58 3 3F 5E 37
Octal 355 370 36 4 0 130 3 77 136 67
Binary 11101101 11111000 11110 100 0 1011000 11 111111 1011110 110111

Color Harmonies of #EDF81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF81E

Black with #EDF81E

Text Example


Text Example

White with #EDF81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF81E; }

 p { color: rgb(237,248,30); }

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

background-color css

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

 a { background-color: rgb(237,248,30); }

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

border-color css

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

 span { border-color: rgb(237,248,30); }

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