Html Css Color HEX #EDFF50 Paris Daisy

📋 copy color: '#EDFF50'

red 237 ◦ green 255 ◦ blue 80

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

Shades of Paris Daisy #EDFF50

Tints of Paris Daisy #EDFF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.99%

R = 41.43%
G = 44.58%
B = 13.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#EDFF50 (or 0xEDFF50) is known color: Paris Daisy. HEX triplet: ED, FF and 50. RGB value is (237,255,80). Sum of RGB (Red+Green+Blue) = 237+255+80=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 80 (31.64% from 255 or 13.99% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF50 is #1200AF. Grayscale: #E6E6E6. Windows color (decimal): -1179824 or 5308397. OLE color: 5308397.

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

Color convert

RGB 237 255 80 -
CMYK 0.07 0 0.69 0
HSL 66.17º 1% 0.66% -
HSV(B) 66.17º 0.69% 1% -
XYZ 72.13 90.1 21.18 -
YUV 229.67 43.54 133.23 -
System Red Green Blue C M Y K H S L
Decimal 237 255 80 0.07 0 0.69 0 66.17 1 0.66
Hex ED FF 50 7 0 45 0 42 64 42
Octal 355 377 120 7 0 105 0 102 144 102
Binary 11101101 11111111 1010000 111 0 1000101 0 1000010 1100100 1000010

Color Harmonies of #EDFF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF50

Black with #EDFF50

Text Example


Text Example

White with #EDFF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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