#edf24f

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

Shades of Paris Daisy #EDF24F

Tints of Paris Daisy #EDF24F

Color information

#EDF24F (or 0xEDF24F) is unknown color: approx Paris Daisy. HEX triplet: ED, F2 and 4F. RGB value is (237,242,79). Sum of RGB (Red+Green+Blue) = 237+242+79=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 79 (31.25% from 255 or 14.16% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF24F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF24F is #120DB0. Grayscale: #DEDEDE. Windows color (decimal): -1183153 or 5239533. OLE color: 5239533.

HSL color Cylindrical-coordinate representation of color #EDF24F: hue angle of 61.84º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF24F is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB23724279-
CMYK0.0200.670.05
HSL61.84º86.24%62.94%-
HSV(B)61.84º67.36%94.9%-
XYZ68.0982.0719.65-
YUV221.9247.34138.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 242 (94.92% from 255) = 43.37%
BLUE value IS 79 (31.25% from 255) = 14.16%
R=42.47%
G=43.37%
B=14.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237242790.0200.670.0561.8486.2462.94
HexEDF24F204353e563f
Octal3553621172010357612677
Binary1110110111110010100111110010000111011111101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edf24f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edf24f; }

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

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

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

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

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

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

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

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