Html Css Color HEX #EDFF23 Lemon

📋 copy color: '#EDFF23'

red 237 ◦ green 255 ◦ blue 35

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

Shades of Lemon #EDFF23

Tints of Lemon #EDFF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.64%

R = 44.97%
G = 48.39%
B = 6.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#EDFF23 (or 0xEDFF23) is known color: Lemon. HEX triplet: ED, FF and 23. RGB value is (237,255,35). Sum of RGB (Red+Green+Blue) = 237+255+35=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 35 (14.06% from 255 or 6.64% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF23 is #1200DC. Grayscale: #E1E1E1. Windows color (decimal): -1179869 or 2359277. OLE color: 2359277.

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

Color convert

RGB 237 255 35 -
CMYK 0.07 0 0.86 0
HSL 64.91º 1% 0.57% -
HSV(B) 64.91º 0.86% 1% -
XYZ 70.99 89.65 15.15 -
YUV 224.54 21.04 136.89 -
System Red Green Blue C M Y K H S L
Decimal 237 255 35 0.07 0 0.86 0 64.91 1 0.57
Hex ED FF 23 7 0 56 0 41 64 39
Octal 355 377 43 7 0 126 0 101 144 71
Binary 11101101 11111111 100011 111 0 1010110 0 1000001 1100100 111001

Color Harmonies of #EDFF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF23

Black with #EDFF23

Text Example


Text Example

White with #EDFF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF23; }

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

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

background-color css

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

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

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

border-color css

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

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

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