#EDFF54

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

Shades of Laser Lemon #EDFF54

Tints of Laser Lemon #EDFF54

Color information

#EDFF54 (or 0xEDFF54) is unknown color: approx Laser Lemon. HEX triplet: ED, FF and 54. RGB value is (237,255,84). Sum of RGB (Red+Green+Blue) = 237+255+84=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 84 (33.20% from 255 or 14.58% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF54 is #1200AB. Grayscale: #E6E6E6. Windows color (decimal): -1179820 or 5570541. OLE color: 5570541.

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

Color convert

RGB23725584-
CMYK0.0700.670
HSL66.32º100%66.47%-
HSV(B)66.32º67.06%100%-
XYZ72.2990.1621.98-
YUV230.1245.54132.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 255 (100% from 255) = 44.27%
BLUE value IS 84 (33.20% from 255) = 14.58%
R=41.15%
G=44.27%
B=14.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237255840.0700.67066.3210066.47
HexEDFF5470430426442
Octal355377124701030102144102
Binary11101101111111111010100111010000110100001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF54; }

 p { color: rgb(237,255,84); }

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

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

 a { background-color: rgb(237,255,84); }

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

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

 span { border-color: rgb(237,255,84); }

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