#EEFF5C

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

Shades of Laser Lemon #EEFF5C

Tints of Laser Lemon #EEFF5C

Color information

#EEFF5C (or 0xEEFF5C) is unknown color: approx Laser Lemon. HEX triplet: EE, FF and 5C. RGB value is (238,255,92). Sum of RGB (Red+Green+Blue) = 238+255+92=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 92 (36.33% from 255 or 15.73% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF5C is #1100A3. Grayscale: #E7E7E7. Windows color (decimal): -1114276 or 6094830. OLE color: 6094830.

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

Color convert

RGB23825592-
CMYK0.0700.640
HSL66.26º100%68.04%-
HSV(B)66.26º63.92%100%-
XYZ72.9590.4723.74-
YUV231.3349.37132.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 255 (100% from 255) = 43.59%
BLUE value IS 92 (36.33% from 255) = 15.73%
R=40.68%
G=43.59%
B=15.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal238255920.0700.64066.2610068.04
HexEEFF5C70400426444
Octal356377134701000102144104
Binary11101110111111111011100111010000000100001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFF5C; }

 p { color: rgb(238,255,92); }

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

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

 a { background-color: rgb(238,255,92); }

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

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

 span { border-color: rgb(238,255,92); }

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