#EDF81F

Color #EDF81F Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #EDF81F

Tints of Lemon #EDF81F

Color information

#EDF81F (or 0xEDF81F) is unknown color: approx Lemon. HEX triplet: ED, F8 and 1F. RGB value is (237,248,31). Sum of RGB (Red+Green+Blue) = 237+248+31=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 31 (12.5% from 255 or 6.01% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF81F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF81F is #1207E0. Grayscale: #DCDCDC. Windows color (decimal): -1181665 or 2095341. OLE color: 2095341.

HSL color Cylindrical-coordinate representation of color #EDF81F: hue angle of 63.04º 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 #EDF81F is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB23724831-
CMYK0.0400.880.03
HSL63.04º93.94%54.71%-
HSV(B)63.04º87.5%97.25%-
XYZ68.7485.2414.13-
YUV219.9721.36140.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 248 (97.27% from 255) = 48.06%
BLUE value IS 31 (12.5% from 255) = 6.01%
R=45.93%
G=48.06%
B=6.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237248310.0400.880.0363.0493.9454.71
HexEDF81F405833f5e37
Octal355370374013037713667
Binary11101101111110001111110001011000111111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF81F; }

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

 H1.HeaderClassName
 {
   color: #EDF81F;
 }
 .AnyTagClassName
 {
   color: #EDF81F;
 }
</style>
background-color css

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

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

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

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

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

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