Html Css Color HEX #EDFF22 Lemon

📋 copy color: '#EDFF22'

red 237 ◦ green 255 ◦ blue 34

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

Shades of Lemon #EDFF22

Tints of Lemon #EDFF22

RGB

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

 GREEN value IS 255 (100% from 255) = 48.48%

 BLUE value IS 34 (13.67% from 255) = 6.46%

R = 45.06%
G = 48.48%
B = 6.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#EDFF22 (or 0xEDFF22) is known color: Lemon. HEX triplet: ED, FF and 22. RGB value is (237,255,34). Sum of RGB (Red+Green+Blue) = 237+255+34=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 34 (13.67% from 255 or 6.46% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF22 is #1200DD. Grayscale: #E1E1E1. Windows color (decimal): -1179870 or 2293741. OLE color: 2293741.

HSL color Cylindrical-coordinate representation of color #EDFF22: hue angle of 64.89º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDFF22 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 34 -
CMYK 0.07 0 0.87 0
HSL 64.89º 1% 0.57% -
HSV(B) 64.89º 0.87% 1% -
XYZ 70.97 89.64 15.07 -
YUV 224.42 20.54 136.97 -
System Red Green Blue C M Y K H S L
Decimal 237 255 34 0.07 0 0.87 0 64.89 1 0.57
Hex ED FF 22 7 0 57 0 41 64 39
Octal 355 377 42 7 0 127 0 101 144 71
Binary 11101101 11111111 100010 111 0 1010111 0 1000001 1100100 111001

Color Harmonies of #EDFF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF22

Black with #EDFF22

Text Example


Text Example

White with #EDFF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF22; }

 p { color: rgb(237,255,34); }

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

background-color css

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

 a { background-color: rgb(237,255,34); }

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

border-color css

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

 span { border-color: rgb(237,255,34); }

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