#edff4f

Color #EDFF4F Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #EDFF4F

Tints of Paris Daisy #EDFF4F

Color information

#EDFF4F (or 0xEDFF4F) is unknown color: approx Paris Daisy. HEX triplet: ED, FF and 4F. RGB value is (237,255,79). Sum of RGB (Red+Green+Blue) = 237+255+79=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 79 (31.25% from 255 or 13.84% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF4F is #1200B0. Grayscale: #E6E6E6. Windows color (decimal): -1179825 or 5242861. OLE color: 5242861.

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

Color convert

RGB23725579-
CMYK0.0700.690
HSL66.14º100%65.49%-
HSV(B)66.14º69.02%100%-
XYZ72.190.0920.99-
YUV229.5543.04133.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 255 (100% from 255) = 44.66%
BLUE value IS 79 (31.25% from 255) = 13.84%
R=41.51%
G=44.66%
B=13.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237255790.0700.69066.1410065.49
HexEDFF4F70450426441
Octal355377117701050102144101
Binary11101101111111111001111111010001010100001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edff4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edff4f; }

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

 H1.HeaderClassName
 {
   color: #edff4f;
 }
 .AnyTagClassName
 {
   color: #edff4f;
 }
</style>
background-color css

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

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

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

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

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

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