#EDFE57

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

Shades of Laser Lemon #EDFE57

Tints of Laser Lemon #EDFE57

Color information

#EDFE57 (or 0xEDFE57) is unknown color: approx Laser Lemon. HEX triplet: ED, FE and 57. RGB value is (237,254,87). Sum of RGB (Red+Green+Blue) = 237+254+87=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 87 (34.38% from 255 or 15.05% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE57 is #1201A8. Grayscale: #E6E6E6. Windows color (decimal): -1180073 or 5766893. OLE color: 5766893.

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

Color convert

RGB23725487-
CMYK0.0700.660.00
HSL66.11º98.82%66.86%-
HSV(B)66.11º65.75%99.61%-
XYZ72.0989.5822.51-
YUV229.8847.37133.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 254 (99.61% from 255) = 43.94%
BLUE value IS 87 (34.38% from 255) = 15.05%
R=41.00%
G=43.94%
B=15.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal237254870.0700.660.0066.1198.8266.86
HexEDFE5770420426343
Octal355376127701020102143103
Binary11101101111111101010111111010000100100001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE57; }

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

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

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

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

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

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

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

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