Html Css Color HEX #EDF512 Lemon

📋 copy color: '#EDF512'

red 237 ◦ green 245 ◦ blue 18

#EDF512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #EDF512

Tints of Lemon #EDF512

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 value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#EDF512 (or 0xEDF512) is known color: 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

RGB 237 245 18 -
CMYK 0.03 0 0.93 0.04
HSL 62.11º 0.92% 0.52% -
HSV(B) 62.11º 0.93% 0.96% -
XYZ 67.69 83.35 13.09 -
YUV 216.73 15.85 142.46 -
System Red Green Blue C M Y K H S L
Decimal 237 245 18 0.03 0 0.93 0.04 62.11 0.92 0.52
Hex ED F5 12 3 0 5D 4 3E 5C 34
Octal 355 365 22 3 0 135 4 76 134 64
Binary 11101101 11110101 10010 11 0 1011101 100 111110 1011100 110100

Color Harmonies of #EDF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF512

Black with #EDF512

Text Example


Text Example

White with #EDF512

Text Example


Text Example

HTML Codes & Css Web 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>