#EDFE4C

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

Shades of Paris Daisy #EDFE4C

Tints of Paris Daisy #EDFE4C

Color information

#EDFE4C (or 0xEDFE4C) is unknown color: approx Paris Daisy. HEX triplet: ED, FE and 4C. RGB value is (237,254,76). Sum of RGB (Red+Green+Blue) = 237+254+76=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 76 (30.08% from 255 or 13.40% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE4C is #1201B3. Grayscale: #E5E5E5. Windows color (decimal): -1180084 or 5045997. OLE color: 5045997.

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

Color convert

RGB23725476-
CMYK0.0700.700.00
HSL65.73º98.89%64.71%-
HSV(B)65.73º70.08%99.61%-
XYZ71.6789.4120.32-
YUV228.6241.87133.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 254 (99.61% from 255) = 44.80%
BLUE value IS 76 (30.08% from 255) = 13.40%
R=41.80%
G=44.80%
B=13.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal237254760.0700.700.0065.7398.8964.71
HexEDFE4C70460426341
Octal355376114701060102143101
Binary11101101111111101001100111010001100100001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE4C; }

 p { color: rgb(237,254,76); }

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

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

 a { background-color: rgb(237,254,76); }

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

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

 span { border-color: rgb(237,254,76); }

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