#EFF411

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

Shades of Lemon #EFF411

Tints of Lemon #EFF411

Color information

#EFF411 (or 0xEFF411) is unknown color: approx Lemon. HEX triplet: EF, F4 and 11. RGB value is (239,244,17). Sum of RGB (Red+Green+Blue) = 239+244+17=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 17 (7.03% from 255 or 3.4% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF411 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF411 is #100BEE. Grayscale: #D9D9D9. Windows color (decimal): -1051631 or 1176815. OLE color: 1176815.

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

Color convert

RGB23924417-
CMYK0.0200.930.04
HSL61.32º91.16%51.18%-
HSV(B)61.32º93.03%95.69%-
XYZ68.0583.0912.98-
YUV216.6315.34143.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 244 (95.70% from 255) = 48.8%
BLUE value IS 17 (7.03% from 255) = 3.4%
R=47.8%
G=48.8%
B=3.4%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal239244170.0200.930.0461.3291.1651.18
HexEFF411205D43d5b33
Octal357364212013547513363
Binary11101111111101001000110010111011001111011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF411; }

 p { color: rgb(239,244,17); }

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

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

 a { background-color: rgb(239,244,17); }

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

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

 span { border-color: rgb(239,244,17); }

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