Html Css Color HEX #EDF20D Lemon

📋 copy color: '#EDF20D'

red 237 ◦ green 242 ◦ blue 13

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

Shades of Lemon #EDF20D

Tints of Lemon #EDF20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.64%

R = 48.17%
G = 49.19%
B = 2.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#EDF20D (or 0xEDF20D) is known color: Lemon. HEX triplet: ED, F2 and 0D. RGB value is (237,242,13). Sum of RGB (Red+Green+Blue) = 237+242+13=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 13 (5.47% from 255 or 2.64% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF20D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF20D is #120DF2. Grayscale: #D7D7D7. Windows color (decimal): -1183219 or 914157. OLE color: 914157.

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

Color convert

RGB 237 242 13 -
CMYK 0.02 0 0.95 0.05
HSL 61.31º 0.9% 0.5% -
HSV(B) 61.31º 0.95% 0.95% -
XYZ 66.75 81.54 12.6 -
YUV 214.4 14.34 144.12 -
System Red Green Blue C M Y K H S L
Decimal 237 242 13 0.02 0 0.95 0.05 61.31 0.9 0.5
Hex ED F2 D 2 0 5F 5 3D 5A 32
Octal 355 362 15 2 0 137 5 75 132 62
Binary 11101101 11110010 1101 10 0 1011111 101 111101 1011010 110010

Color Harmonies of #EDF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF20D

Black with #EDF20D

Text Example


Text Example

White with #EDF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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