#EFFA58

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

Shades of Laser Lemon #EFFA58

Tints of Laser Lemon #EFFA58

Color information

#EFFA58 (or 0xEFFA58) is unknown color: approx Laser Lemon. HEX triplet: EF, FA and 58. RGB value is (239,250,88). Sum of RGB (Red+Green+Blue) = 239+250+88=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 88 (34.77% from 255 or 15.25% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFA58 is #1005A7. Grayscale: #E4E4E4. Windows color (decimal): -1050024 or 5831407. OLE color: 5831407.

HSL color Cylindrical-coordinate representation of color #EFFA58: hue angle of 64.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFFA58 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB23925088-
CMYK0.0400.650.02
HSL64.07º94.19%66.27%-
HSV(B)64.07º64.8%98.04%-
XYZ71.5487.4322.34-
YUV228.2448.86135.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 88 (34.77% from 255) = 15.25%
R=41.42%
G=43.33%
B=15.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239250880.0400.650.0264.0794.1966.27
HexEFFA5840412405e42
Octal357372130401012100136102
Binary111011111111101010110001000100000110100000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFA58; }

 p { color: rgb(239,250,88); }

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

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

 a { background-color: rgb(239,250,88); }

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

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

 span { border-color: rgb(239,250,88); }

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