#EFF521

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

Shades of Lemon #EFF521

Tints of Lemon #EFF521

Color information

#EFF521 (or 0xEFF521) is unknown color: approx Lemon. HEX triplet: EF, F5 and 21. RGB value is (239,245,33). Sum of RGB (Red+Green+Blue) = 239+245+33=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 33 (13.28% from 255 or 6.38% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF521 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF521 is #100ADE. Grayscale: #DBDBDB. Windows color (decimal): -1051359 or 2225647. OLE color: 2225647.

HSL color Cylindrical-coordinate representation of color #EFF521: hue angle of 61.7º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFF521 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB23924533-
CMYK0.0200.870.04
HSL61.7º91.38%54.51%-
HSV(B)61.7º86.53%96.08%-
XYZ68.5283.7714-
YUV219.0423.01142.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.23%
GREEN value IS 245 (96.09% from 255) = 47.39%
BLUE value IS 33 (13.28% from 255) = 6.38%
R=46.23%
G=47.39%
B=6.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal239245330.0200.870.0461.791.3854.51
HexEFF521205743e5b37
Octal357365412012747613367
Binary111011111111010110000110010101111001111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF521; }

 p { color: rgb(239,245,33); }

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

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

 a { background-color: rgb(239,245,33); }

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

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

 span { border-color: rgb(239,245,33); }

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