Html Css Color HEX #EDF51D Lemon

📋 copy color: '#EDF51D'

red 237 ◦ green 245 ◦ blue 29

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

Shades of Lemon #EDF51D

Tints of Lemon #EDF51D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.95%

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

R = 46.38%
G = 47.95%
B = 5.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#EDF51D (or 0xEDF51D) is known color: Lemon. HEX triplet: ED, F5 and 1D. RGB value is (237,245,29). Sum of RGB (Red+Green+Blue) = 237+245+29=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 29 (11.72% from 255 or 5.68% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF51D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF51D is #120AE2. Grayscale: #DADADA. Windows color (decimal): -1182435 or 1963501. OLE color: 1963501.

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

Color convert

RGB 237 245 29 -
CMYK 0.03 0 0.88 0.04
HSL 62.22º 0.92% 0.54% -
HSV(B) 62.22º 0.88% 0.96% -
XYZ 67.8 83.4 13.69 -
YUV 217.98 21.35 141.56 -
System Red Green Blue C M Y K H S L
Decimal 237 245 29 0.03 0 0.88 0.04 62.22 0.92 0.54
Hex ED F5 1D 3 0 58 4 3E 5C 36
Octal 355 365 35 3 0 130 4 76 134 66
Binary 11101101 11110101 11101 11 0 1011000 100 111110 1011100 110110

Color Harmonies of #EDF51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF51D

Black with #EDF51D

Text Example


Text Example

White with #EDF51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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