Html Css Color HEX #EDFE49 Paris Daisy

📋 copy color: '#EDFE49'

red 237 ◦ green 254 ◦ blue 73

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

Shades of Paris Daisy #EDFE49

Tints of Paris Daisy #EDFE49

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.04%

 BLUE value IS 73 (28.91% from 255) = 12.94%

R = 42.02%
G = 45.04%
B = 12.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#EDFE49 (or 0xEDFE49) is known color: Paris Daisy. HEX triplet: ED, FE and 49. RGB value is (237,254,73). Sum of RGB (Red+Green+Blue) = 237+254+73=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 73 (28.91% from 255 or 12.94% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE49 is #1201B6. Grayscale: #E4E4E4. Windows color (decimal): -1180087 or 4849389. OLE color: 4849389.

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

Color convert

RGB 237 254 73 -
CMYK 0.07 0 0.71 0.00
HSL 65.64º 0.99% 0.64% -
HSV(B) 65.64º 0.71% 1% -
XYZ 71.57 89.37 19.78 -
YUV 228.28 40.37 134.22 -
System Red Green Blue C M Y K H S L
Decimal 237 254 73 0.07 0 0.71 0.00 65.64 0.99 0.64
Hex ED FE 49 7 0 47 0 42 63 40
Octal 355 376 111 7 0 107 0 102 143 100
Binary 11101101 11111110 1001001 111 0 1000111 0 1000010 1100011 1000000

Color Harmonies of #EDFE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE49

Black with #EDFE49

Text Example


Text Example

White with #EDFE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE49; }

 p { color: rgb(237,254,73); }

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

background-color css

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

 a { background-color: rgb(237,254,73); }

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

border-color css

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

 span { border-color: rgb(237,254,73); }

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