Html Css Color HEX #EDF61F Lemon

📋 copy color: '#EDF61F'

red 237 ◦ green 246 ◦ blue 31

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

Shades of Lemon #EDF61F

Tints of Lemon #EDF61F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.86%

 BLUE value IS 31 (12.5% from 255) = 6.03%

R = 46.11%
G = 47.86%
B = 6.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#EDF61F (or 0xEDF61F) is known color: Lemon. HEX triplet: ED, F6 and 1F. RGB value is (237,246,31). Sum of RGB (Red+Green+Blue) = 237+246+31=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 31 (12.5% from 255 or 6.03% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF61F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF61F is #1209E0. Grayscale: #DBDBDB. Windows color (decimal): -1182177 or 2094829. OLE color: 2094829.

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

Color convert

RGB 237 246 31 -
CMYK 0.04 0 0.87 0.04
HSL 62.51º 0.92% 0.54% -
HSV(B) 62.51º 0.87% 0.96% -
XYZ 68.13 84.01 13.92 -
YUV 218.8 22.02 140.98 -
System Red Green Blue C M Y K H S L
Decimal 237 246 31 0.04 0 0.87 0.04 62.51 0.92 0.54
Hex ED F6 1F 4 0 57 4 3F 5C 36
Octal 355 366 37 4 0 127 4 77 134 66
Binary 11101101 11110110 11111 100 0 1010111 100 111111 1011100 110110

Color Harmonies of #EDF61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF61F

Black with #EDF61F

Text Example


Text Example

White with #EDF61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF61F; }

 p { color: rgb(237,246,31); }

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

background-color css

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

 a { background-color: rgb(237,246,31); }

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

border-color css

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

 span { border-color: rgb(237,246,31); }

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