#EEFD5E

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

Shades of Laser Lemon #EEFD5E

Tints of Laser Lemon #EEFD5E

Color information

#EEFD5E (or 0xEEFD5E) is unknown color: approx Laser Lemon. HEX triplet: EE, FD and 5E. RGB value is (238,253,94). Sum of RGB (Red+Green+Blue) = 238+253+94=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 94 (37.11% from 255 or 16.07% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFD5E is #1102A1. Grayscale: #E7E7E7. Windows color (decimal): -1114786 or 6225390. OLE color: 6225390.

HSL color Cylindrical-coordinate representation of color #EEFD5E: hue angle of 65.66º 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 #EEFD5E is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB23825394-
CMYK0.0600.630.01
HSL65.66º97.55%68.04%-
HSV(B)65.66º62.85%99.22%-
XYZ72.4189.2424-
YUV230.3951.03133.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 253 (99.22% from 255) = 43.25%
BLUE value IS 94 (37.11% from 255) = 16.07%
R=40.68%
G=43.25%
B=16.07%

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
Decimal238253940.0600.630.0165.6697.5568.04
HexEEFD5E603F1426244
Octal35637513660771102142104
Binary1110111011111101101111011001111111100001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFD5E; }

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

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

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

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

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

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

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

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