Html Css Color HEX #EDFD1D Lemon

📋 copy color: '#EDFD1D'

red 237 ◦ green 253 ◦ blue 29

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

Shades of Lemon #EDFD1D

Tints of Lemon #EDFD1D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.75%

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

R = 45.66%
G = 48.75%
B = 5.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#EDFD1D (or 0xEDFD1D) is known color: Lemon. HEX triplet: ED, FD and 1D. RGB value is (237,253,29). Sum of RGB (Red+Green+Blue) = 237+253+29=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 29 (11.72% from 255 or 5.59% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFD1D is #1202E2. Grayscale: #DFDFDF. Windows color (decimal): -1180387 or 1965549. OLE color: 1965549.

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

Color convert

RGB 237 253 29 -
CMYK 0.06 0 0.89 0.01
HSL 64.29º 0.98% 0.55% -
HSV(B) 64.29º 0.89% 0.99% -
XYZ 70.27 88.34 14.51 -
YUV 222.68 18.7 138.21 -
System Red Green Blue C M Y K H S L
Decimal 237 253 29 0.06 0 0.89 0.01 64.29 0.98 0.55
Hex ED FD 1D 6 0 59 1 40 62 37
Octal 355 375 35 6 0 131 1 100 142 67
Binary 11101101 11111101 11101 110 0 1011001 1 1000000 1100010 110111

Color Harmonies of #EDFD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD1D

Black with #EDFD1D

Text Example


Text Example

White with #EDFD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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