Html Css Color HEX #EDF648 Paris Daisy

📋 copy color: '#EDF648'

red 237 ◦ green 246 ◦ blue 72

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

Shades of Paris Daisy #EDF648

Tints of Paris Daisy #EDF648

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.32%

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

R = 42.7%
G = 44.32%
B = 12.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#EDF648 (or 0xEDF648) is known color: Paris Daisy. HEX triplet: ED, F6 and 48. RGB value is (237,246,72). Sum of RGB (Red+Green+Blue) = 237+246+72=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 72 (28.52% from 255 or 12.97% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF648 is #1209B7. Grayscale: #E0E0E0. Windows color (decimal): -1182136 or 4781805. OLE color: 4781805.

HSL color Cylindrical-coordinate representation of color #EDF648: hue angle of 63.1º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDF648 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 72 -
CMYK 0.04 0 0.71 0.04
HSL 63.1º 0.91% 0.62% -
HSV(B) 63.1º 0.71% 0.96% -
XYZ 69.05 84.38 18.78 -
YUV 223.47 42.52 137.65 -
System Red Green Blue C M Y K H S L
Decimal 237 246 72 0.04 0 0.71 0.04 63.1 0.91 0.62
Hex ED F6 48 4 0 47 4 3F 5B 3E
Octal 355 366 110 4 0 107 4 77 133 76
Binary 11101101 11110110 1001000 100 0 1000111 100 111111 1011011 111110

Color Harmonies of #EDF648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF648

Black with #EDF648

Text Example


Text Example

White with #EDF648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF648; }

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

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

background-color css

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

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

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

border-color css

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

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

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