#E8F215

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

Shades of Lemon #E8F215

Tints of Lemon #E8F215

Color information

#E8F215 (or 0xE8F215) is unknown color: approx Lemon. HEX triplet: E8, F2 and 15. RGB value is (232,242,21). Sum of RGB (Red+Green+Blue) = 232+242+21=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 21 (8.59% from 255 or 4.24% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8F215 is #170DEA. Grayscale: #D6D6D6. Windows color (decimal): -1510891 or 1438440. OLE color: 1438440.

HSL color Cylindrical-coordinate representation of color #E8F215: hue angle of 62.71º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8F215 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB23224221-
CMYK0.0400.910.05
HSL62.71º89.47%51.57%-
HSV(B)62.71º91.32%94.9%-
XYZ65.1780.7112.85-
YUV213.8219.19140.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 242 (94.92% from 255) = 48.89%
BLUE value IS 21 (8.59% from 255) = 4.24%
R=46.87%
G=48.89%
B=4.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232242210.0400.910.0562.7189.4751.57
HexE8F215405B53f5934
Octal350362254013357713164
Binary111010001111001010101100010110111011111111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F215; }

 p { color: rgb(232,242,21); }

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

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

 a { background-color: rgb(232,242,21); }

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

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

 span { border-color: rgb(232,242,21); }

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