Html Css Color HEX #EDF213 Lemon

📋 copy color: '#EDF213'

red 237 ◦ green 242 ◦ blue 19

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

Shades of Lemon #EDF213

Tints of Lemon #EDF213

RGB

 RED value IS 237 (92.97% from 255) = 47.59%

 GREEN value IS 242 (94.92% from 255) = 48.59%

 BLUE value IS 19 (7.81% from 255) = 3.82%

R = 47.59%
G = 48.59%
B = 3.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#EDF213 (or 0xEDF213) is known color: Lemon. HEX triplet: ED, F2 and 13. RGB value is (237,242,19). Sum of RGB (Red+Green+Blue) = 237+242+19=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 19 (7.81% from 255 or 3.82% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF213 is #120DEC. Grayscale: #D7D7D7. Windows color (decimal): -1183213 or 1307373. OLE color: 1307373.

HSL color Cylindrical-coordinate representation of color #EDF213: hue angle of 61.35º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDF213 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 19 -
CMYK 0.02 0 0.92 0.05
HSL 61.35º 0.9% 0.51% -
HSV(B) 61.35º 0.92% 0.95% -
XYZ 66.79 81.56 12.84 -
YUV 215.08 17.34 143.63 -
System Red Green Blue C M Y K H S L
Decimal 237 242 19 0.02 0 0.92 0.05 61.35 0.9 0.51
Hex ED F2 13 2 0 5C 5 3D 5A 33
Octal 355 362 23 2 0 134 5 75 132 63
Binary 11101101 11110010 10011 10 0 1011100 101 111101 1011010 110011

Color Harmonies of #EDF213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF213

Black with #EDF213

Text Example


Text Example

White with #EDF213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF213; }

 p { color: rgb(237,242,19); }

 H1.HeaderClassName
 {
   color: #EDF213;
 }
 .AnyTagClassName
 {
   color: #EDF213;
 }
</style>

background-color css

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

 a { background-color: rgb(237,242,19); }

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

border-color css

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

 span { border-color: rgb(237,242,19); }

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