#EFFD5E

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

Shades of Laser Lemon #EFFD5E

Tints of Laser Lemon #EFFD5E

Color information

#EFFD5E (or 0xEFFD5E) is unknown color: approx Laser Lemon. HEX triplet: EF, FD and 5E. RGB value is (239,253,94). Sum of RGB (Red+Green+Blue) = 239+253+94=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 94 (37.11% from 255 or 16.04% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFD5E is #1002A1. Grayscale: #E7E7E7. Windows color (decimal): -1049250 or 6225391. OLE color: 6225391.

HSL color Cylindrical-coordinate representation of color #EFFD5E: hue angle of 65.28º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFFD5E is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB23925394-
CMYK0.0600.630.01
HSL65.28º97.55%68.04%-
HSV(B)65.28º62.85%99.22%-
XYZ72.7489.4124.01-
YUV230.6950.86133.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 253 (99.22% from 255) = 43.17%
BLUE value IS 94 (37.11% from 255) = 16.04%
R=40.78%
G=43.17%
B=16.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal239253940.0600.630.0165.2897.5568.04
HexEFFD5E603F1416244
Octal35737513660771101142104
Binary1110111111111101101111011001111111100000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFD5E; }

 p { color: rgb(239,253,94); }

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

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

 a { background-color: rgb(239,253,94); }

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

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

 span { border-color: rgb(239,253,94); }

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