Html Css Color HEX #EDFF48 Paris Daisy

📋 copy color: '#EDFF48'

red 237 ◦ green 255 ◦ blue 72

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

Shades of Paris Daisy #EDFF48

Tints of Paris Daisy #EDFF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.77%

R = 42.02%
G = 45.21%
B = 12.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#EDFF48 (or 0xEDFF48) is known color: Paris Daisy. HEX triplet: ED, FF and 48. RGB value is (237,255,72). Sum of RGB (Red+Green+Blue) = 237+255+72=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 72 (28.52% from 255 or 12.77% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF48 is #1200B7. Grayscale: #E5E5E5. Windows color (decimal): -1179832 or 4784109. OLE color: 4784109.

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

Color convert

RGB 237 255 72 -
CMYK 0.07 0 0.72 0
HSL 65.9º 1% 0.64% -
HSV(B) 65.9º 0.72% 1% -
XYZ 71.85 89.99 19.71 -
YUV 228.76 39.54 133.88 -
System Red Green Blue C M Y K H S L
Decimal 237 255 72 0.07 0 0.72 0 65.9 1 0.64
Hex ED FF 48 7 0 48 0 42 64 40
Octal 355 377 110 7 0 110 0 102 144 100
Binary 11101101 11111111 1001000 111 0 1001000 0 1000010 1100100 1000000

Color Harmonies of #EDFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF48

Black with #EDFF48

Text Example


Text Example

White with #EDFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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