Html Css Color HEX #EDF81D Lemon

📋 copy color: '#EDF81D'

red 237 ◦ green 248 ◦ blue 29

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

Shades of Lemon #EDF81D

Tints of Lemon #EDF81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.64%

R = 46.11%
G = 48.25%
B = 5.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#EDF81D (or 0xEDF81D) is known color: Lemon. HEX triplet: ED, F8 and 1D. RGB value is (237,248,29). Sum of RGB (Red+Green+Blue) = 237+248+29=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 29 (11.72% from 255 or 5.64% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF81D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF81D is #1207E2. Grayscale: #DCDCDC. Windows color (decimal): -1181667 or 1964269. OLE color: 1964269.

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

Color convert

RGB 237 248 29 -
CMYK 0.04 0 0.88 0.03
HSL 63.01º 0.94% 0.54% -
HSV(B) 63.01º 0.88% 0.97% -
XYZ 68.71 85.23 13.99 -
YUV 219.75 20.36 140.31 -
System Red Green Blue C M Y K H S L
Decimal 237 248 29 0.04 0 0.88 0.03 63.01 0.94 0.54
Hex ED F8 1D 4 0 58 3 3F 5E 36
Octal 355 370 35 4 0 130 3 77 136 66
Binary 11101101 11111000 11101 100 0 1011000 11 111111 1011110 110110

Color Harmonies of #EDF81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF81D

Black with #EDF81D

Text Example


Text Example

White with #EDF81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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