Html Css Color HEX #EDF91D Lemon

📋 copy color: '#EDF91D'

red 237 ◦ green 249 ◦ blue 29

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

Shades of Lemon #EDF91D

Tints of Lemon #EDF91D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.35%

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

R = 46.02%
G = 48.35%
B = 5.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#EDF91D (or 0xEDF91D) is known color: Lemon. HEX triplet: ED, F9 and 1D. RGB value is (237,249,29). Sum of RGB (Red+Green+Blue) = 237+249+29=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 29 (11.72% from 255 or 5.63% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF91D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF91D is #1206E2. Grayscale: #DDDDDD. Windows color (decimal): -1181411 or 1964525. OLE color: 1964525.

HSL color Cylindrical-coordinate representation of color #EDF91D: hue angle of 63.27º degrees, saturation: 0.95, 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 #EDF91D is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 29 -
CMYK 0.05 0 0.88 0.02
HSL 63.27º 0.95% 0.55% -
HSV(B) 63.27º 0.88% 0.98% -
XYZ 69.02 85.84 14.09 -
YUV 220.33 20.02 139.89 -
System Red Green Blue C M Y K H S L
Decimal 237 249 29 0.05 0 0.88 0.02 63.27 0.95 0.55
Hex ED F9 1D 5 0 58 2 3F 5F 37
Octal 355 371 35 5 0 130 2 77 137 67
Binary 11101101 11111001 11101 101 0 1011000 10 111111 1011111 110111

Color Harmonies of #EDF91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF91D

Black with #EDF91D

Text Example


Text Example

White with #EDF91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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