Html Css Color HEX #EDF210 Lemon

📋 copy color: '#EDF210'

red 237 ◦ green 242 ◦ blue 16

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

Shades of Lemon #EDF210

Tints of Lemon #EDF210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.23%

R = 47.88%
G = 48.89%
B = 3.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#EDF210 (or 0xEDF210) is known color: Lemon. HEX triplet: ED, F2 and 10. RGB value is (237,242,16). Sum of RGB (Red+Green+Blue) = 237+242+16=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 16 (6.64% from 255 or 3.23% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF210 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF210 is #120DEF. Grayscale: #D7D7D7. Windows color (decimal): -1183216 or 1110765. OLE color: 1110765.

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

Color convert

RGB 237 242 16 -
CMYK 0.02 0 0.93 0.05
HSL 61.33º 0.9% 0.51% -
HSV(B) 61.33º 0.93% 0.95% -
XYZ 66.77 81.55 12.71 -
YUV 214.74 15.84 143.88 -
System Red Green Blue C M Y K H S L
Decimal 237 242 16 0.02 0 0.93 0.05 61.33 0.9 0.51
Hex ED F2 10 2 0 5D 5 3D 5A 33
Octal 355 362 20 2 0 135 5 75 132 63
Binary 11101101 11110010 10000 10 0 1011101 101 111101 1011010 110011

Color Harmonies of #EDF210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF210

Black with #EDF210

Text Example


Text Example

White with #EDF210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF210; }

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

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

background-color css

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

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

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

border-color css

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

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

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