#EDFF5F

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

Shades of Laser Lemon #EDFF5F

Tints of Laser Lemon #EDFF5F

Color information

#EDFF5F (or 0xEDFF5F) is unknown color: approx Laser Lemon. HEX triplet: ED, FF and 5F. RGB value is (237,255,95). Sum of RGB (Red+Green+Blue) = 237+255+95=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 95 (37.5% from 255 or 16.18% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF5F is #1200A0. Grayscale: #E7E7E7. Windows color (decimal): -1179809 or 6291437. OLE color: 6291437.

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

Color convert

RGB23725595-
CMYK0.0700.630
HSL66.75º100%68.63%-
HSV(B)66.75º62.75%100%-
XYZ72.7590.3524.43-
YUV231.3851.04132.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 95 (37.5% from 255) = 16.18%
R=40.37%
G=43.44%
B=16.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237255950.0700.63066.7510068.63
HexEDFF5F703F0436445
Octal35537713770770103144105
Binary1110110111111111101111111101111110100001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF5F; }

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

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

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

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

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

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

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

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