Html Css Color HEX #EDF81A Lemon

📋 copy color: '#EDF81A'

red 237 ◦ green 248 ◦ blue 26

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

Shades of Lemon #EDF81A

Tints of Lemon #EDF81A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.53%

 BLUE value IS 26 (10.55% from 255) = 5.09%

R = 46.38%
G = 48.53%
B = 5.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#EDF81A (or 0xEDF81A) is known color: Lemon. HEX triplet: ED, F8 and 1A. RGB value is (237,248,26). Sum of RGB (Red+Green+Blue) = 237+248+26=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 26 (10.55% from 255 or 5.09% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF81A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF81A is #1207E5. Grayscale: #DCDCDC. Windows color (decimal): -1181670 or 1767661. OLE color: 1767661.

HSL color Cylindrical-coordinate representation of color #EDF81A: hue angle of 62.97º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDF81A is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 26 -
CMYK 0.04 0 0.90 0.03
HSL 62.97º 0.94% 0.54% -
HSV(B) 62.97º 0.9% 0.97% -
XYZ 68.68 85.21 13.81 -
YUV 219.4 18.86 140.55 -
System Red Green Blue C M Y K H S L
Decimal 237 248 26 0.04 0 0.90 0.03 62.97 0.94 0.54
Hex ED F8 1A 4 0 5A 3 3F 5E 36
Octal 355 370 32 4 0 132 3 77 136 66
Binary 11101101 11111000 11010 100 0 1011010 11 111111 1011110 110110

Color Harmonies of #EDF81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF81A

Black with #EDF81A

Text Example


Text Example

White with #EDF81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF81A; }

 p { color: rgb(237,248,26); }

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

background-color css

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

 a { background-color: rgb(237,248,26); }

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

border-color css

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

 span { border-color: rgb(237,248,26); }

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