Html Css Color HEX #EDFD49 Paris Daisy

📋 copy color: '#EDFD49'

red 237 ◦ green 253 ◦ blue 73

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

Shades of Paris Daisy #EDFD49

Tints of Paris Daisy #EDFD49

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.94%

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

R = 42.1%
G = 44.94%
B = 12.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#EDFD49 (or 0xEDFD49) is known color: Paris Daisy. HEX triplet: ED, FD and 49. RGB value is (237,253,73). Sum of RGB (Red+Green+Blue) = 237+253+73=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 73 (28.91% from 255 or 12.97% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFD49 is #1202B6. Grayscale: #E4E4E4. Windows color (decimal): -1180343 or 4849133. OLE color: 4849133.

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

Color convert

RGB 237 253 73 -
CMYK 0.06 0 0.71 0.01
HSL 65.33º 0.98% 0.64% -
HSV(B) 65.33º 0.71% 0.99% -
XYZ 71.25 88.74 19.68 -
YUV 227.7 40.7 134.64 -
System Red Green Blue C M Y K H S L
Decimal 237 253 73 0.06 0 0.71 0.01 65.33 0.98 0.64
Hex ED FD 49 6 0 47 1 41 62 40
Octal 355 375 111 6 0 107 1 101 142 100
Binary 11101101 11111101 1001001 110 0 1000111 1 1000001 1100010 1000000

Color Harmonies of #EDFD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD49

Black with #EDFD49

Text Example


Text Example

White with #EDFD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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