#EDF512

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

Shades of Lemon #EDF512

Tints of Lemon #EDF512

Color information

#EDF512 (or 0xEDF512) is unknown color: approx Lemon. HEX triplet: ED, F5 and 12. RGB value is (237,245,18). Sum of RGB (Red+Green+Blue) = 237+245+18=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 18 (7.42% from 255 or 3.6% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF512 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF512 is #120AED. Grayscale: #D9D9D9. Windows color (decimal): -1182446 or 1242605. OLE color: 1242605.

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

Color convert

RGB23724518-
CMYK0.0300.930.04
HSL62.11º91.9%51.57%-
HSV(B)62.11º92.65%96.08%-
XYZ67.6983.3513.09-
YUV216.7315.85142.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.4%
GREEN value IS 245 (96.09% from 255) = 49%
BLUE value IS 18 (7.42% from 255) = 3.6%
R=47.4%
G=49%
B=3.6%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237245180.0300.930.0462.1191.951.57
HexEDF512305D43e5c34
Octal355365223013547613464
Binary11101101111101011001011010111011001111101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF512; }

 p { color: rgb(237,245,18); }

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

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

 a { background-color: rgb(237,245,18); }

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

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

 span { border-color: rgb(237,245,18); }

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