#EFF015

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

Shades of Lemon #EFF015

Tints of Lemon #EFF015

Color information

#EFF015 (or 0xEFF015) is unknown color: approx Lemon. HEX triplet: EF, F0 and 15. RGB value is (239,240,21). Sum of RGB (Red+Green+Blue) = 239+240+21=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 21 (8.59% from 255 or 4.2% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF015 is #100FEA. Grayscale: #D7D7D7. Windows color (decimal): -1052651 or 1437935. OLE color: 1437935.

HSL color Cylindrical-coordinate representation of color #EFF015: hue angle of 60.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFF015 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB23924021-
CMYK0.0000.910.06
HSL60.27º87.95%51.18%-
HSV(B)60.27º91.25%94.12%-
XYZ66.8980.7312.77-
YUV214.7418.67145.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 240 (94.14% from 255) = 48%
BLUE value IS 21 (8.59% from 255) = 4.2%
R=47.8%
G=48%
B=4.2%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239240210.0000.910.0660.2787.9551.18
HexEFF015005B63c5833
Octal357360250013367413063
Binary1110111111110000101010010110111101111001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF015; }

 p { color: rgb(239,240,21); }

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

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

 a { background-color: rgb(239,240,21); }

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

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

 span { border-color: rgb(239,240,21); }

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