#EDFE1D

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

Shades of Lemon #EDFE1D

Tints of Lemon #EDFE1D

Color information

#EDFE1D (or 0xEDFE1D) is unknown color: approx Lemon. HEX triplet: ED, FE and 1D. RGB value is (237,254,29). Sum of RGB (Red+Green+Blue) = 237+254+29=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 29 (11.72% from 255 or 5.58% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE1D is #1201E2. Grayscale: #E0E0E0. Windows color (decimal): -1180131 or 1965805. OLE color: 1965805.

HSL color Cylindrical-coordinate representation of color #EDFE1D: hue angle of 64.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDFE1D is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB23725429-
CMYK0.0700.890.00
HSL64.53º99.12%55.49%-
HSV(B)64.53º88.58%99.61%-
XYZ70.5988.9814.62-
YUV223.2718.37137.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 254 (99.61% from 255) = 48.85%
BLUE value IS 29 (11.72% from 255) = 5.58%
R=45.58%
G=48.85%
B=5.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal237254290.0700.890.0064.5399.1255.49
HexEDFE1D70590416337
Octal3553763570131010114367
Binary11101101111111101110111101011001010000011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE1D; }

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

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

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

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

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

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

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

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