Html Css Color HEX #EDFF25 Lemon

📋 copy color: '#EDFF25'

red 237 ◦ green 255 ◦ blue 37

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

Shades of Lemon #EDFF25

Tints of Lemon #EDFF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 6.99%

R = 44.8%
G = 48.2%
B = 6.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#EDFF25 (or 0xEDFF25) is known color: Lemon. HEX triplet: ED, FF and 25. RGB value is (237,255,37). Sum of RGB (Red+Green+Blue) = 237+255+37=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 37 (14.84% from 255 or 6.99% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF25 is #1200DA. Grayscale: #E1E1E1. Windows color (decimal): -1179867 or 2490349. OLE color: 2490349.

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

Color convert

RGB 237 255 37 -
CMYK 0.07 0 0.85 0
HSL 64.95º 1% 0.57% -
HSV(B) 64.95º 0.85% 1% -
XYZ 71.02 89.66 15.31 -
YUV 224.77 22.04 136.73 -
System Red Green Blue C M Y K H S L
Decimal 237 255 37 0.07 0 0.85 0 64.95 1 0.57
Hex ED FF 25 7 0 55 0 41 64 39
Octal 355 377 45 7 0 125 0 101 144 71
Binary 11101101 11111111 100101 111 0 1010101 0 1000001 1100100 111001

Color Harmonies of #EDFF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF25

Black with #EDFF25

Text Example


Text Example

White with #EDFF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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