Html Css Color HEX #EDFB1D Lemon

📋 copy color: '#EDFB1D'

red 237 ◦ green 251 ◦ blue 29

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

Shades of Lemon #EDFB1D

Tints of Lemon #EDFB1D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.55%

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

R = 45.84%
G = 48.55%
B = 5.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#EDFB1D (or 0xEDFB1D) is known color: Lemon. HEX triplet: ED, FB and 1D. RGB value is (237,251,29). Sum of RGB (Red+Green+Blue) = 237+251+29=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 29 (11.72% from 255 or 5.61% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB1D is #1204E2. Grayscale: #DEDEDE. Windows color (decimal): -1180899 or 1965037. OLE color: 1965037.

HSL color Cylindrical-coordinate representation of color #EDFB1D: hue angle of 63.78º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDFB1D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 29 -
CMYK 0.06 0 0.88 0.02
HSL 63.78º 0.97% 0.55% -
HSV(B) 63.78º 0.88% 0.98% -
XYZ 69.64 87.09 14.3 -
YUV 221.51 19.36 139.05 -
System Red Green Blue C M Y K H S L
Decimal 237 251 29 0.06 0 0.88 0.02 63.78 0.97 0.55
Hex ED FB 1D 6 0 58 2 40 61 37
Octal 355 373 35 6 0 130 2 100 141 67
Binary 11101101 11111011 11101 110 0 1011000 10 1000000 1100001 110111

Color Harmonies of #EDFB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB1D

Black with #EDFB1D

Text Example


Text Example

White with #EDFB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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