#EFFF5C

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

Shades of Laser Lemon #EFFF5C

Tints of Laser Lemon #EFFF5C

Color information

#EFFF5C (or 0xEFFF5C) is unknown color: approx Laser Lemon. HEX triplet: EF, FF and 5C. RGB value is (239,255,92). Sum of RGB (Red+Green+Blue) = 239+255+92=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 92 (36.33% from 255 or 15.70% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF5C is #1000A3. Grayscale: #E8E8E8. Windows color (decimal): -1048740 or 6094831. OLE color: 6094831.

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

Color convert

RGB23925592-
CMYK0.0600.640
HSL65.89º100%68.04%-
HSV(B)65.89º63.92%100%-
XYZ73.2990.6423.76-
YUV231.6349.2133.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 255 (100% from 255) = 43.52%
BLUE value IS 92 (36.33% from 255) = 15.70%
R=40.78%
G=43.52%
B=15.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal239255920.0600.64065.8910068.04
HexEFFF5C60400426444
Octal357377134601000102144104
Binary11101111111111111011100110010000000100001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFF5C; }

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

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

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

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

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

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

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

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