Html Css Color HEX #EDF816 Lemon

📋 copy color: '#EDF816'

red 237 ◦ green 248 ◦ blue 22

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

Shades of Lemon #EDF816

Tints of Lemon #EDF816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.34%

R = 46.75%
G = 48.92%
B = 4.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#EDF816 (or 0xEDF816) is known color: Lemon. HEX triplet: ED, F8 and 16. RGB value is (237,248,22). Sum of RGB (Red+Green+Blue) = 237+248+22=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 22 (8.98% from 255 or 4.34% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF816 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF816 is #1207E9. Grayscale: #DBDBDB. Windows color (decimal): -1181674 or 1505517. OLE color: 1505517.

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

Color convert

RGB 237 248 22 -
CMYK 0.04 0 0.91 0.03
HSL 62.92º 0.94% 0.53% -
HSV(B) 62.92º 0.91% 0.97% -
XYZ 68.64 85.2 13.59 -
YUV 218.95 16.86 140.88 -
System Red Green Blue C M Y K H S L
Decimal 237 248 22 0.04 0 0.91 0.03 62.92 0.94 0.53
Hex ED F8 16 4 0 5B 3 3F 5E 35
Octal 355 370 26 4 0 133 3 77 136 65
Binary 11101101 11111000 10110 100 0 1011011 11 111111 1011110 110101

Color Harmonies of #EDF816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF816

Black with #EDF816

Text Example


Text Example

White with #EDF816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF816; }

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

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

background-color css

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

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

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

border-color css

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

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

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