Html Css Color HEX #EDFC4E Paris Daisy

📋 copy color: '#EDFC4E'

red 237 ◦ green 252 ◦ blue 78

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

Shades of Paris Daisy #EDFC4E

Tints of Paris Daisy #EDFC4E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.44%

 BLUE value IS 78 (30.86% from 255) = 13.76%

R = 41.8%
G = 44.44%
B = 13.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#EDFC4E (or 0xEDFC4E) is known color: Paris Daisy. HEX triplet: ED, FC and 4E. RGB value is (237,252,78). Sum of RGB (Red+Green+Blue) = 237+252+78=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 78 (30.86% from 255 or 13.76% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFC4E is #1203B1. Grayscale: #E4E4E4. Windows color (decimal): -1180594 or 5176557. OLE color: 5176557.

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

Color convert

RGB 237 252 78 -
CMYK 0.06 0 0.69 0.01
HSL 65.17º 0.97% 0.65% -
HSV(B) 65.17º 0.69% 0.99% -
XYZ 71.11 88.18 20.48 -
YUV 227.68 43.53 134.65 -
System Red Green Blue C M Y K H S L
Decimal 237 252 78 0.06 0 0.69 0.01 65.17 0.97 0.65
Hex ED FC 4E 6 0 45 1 41 61 41
Octal 355 374 116 6 0 105 1 101 141 101
Binary 11101101 11111100 1001110 110 0 1000101 1 1000001 1100001 1000001

Color Harmonies of #EDFC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC4E

Black with #EDFC4E

Text Example


Text Example

White with #EDFC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC4E; }

 p { color: rgb(237,252,78); }

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

background-color css

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

 a { background-color: rgb(237,252,78); }

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

border-color css

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

 span { border-color: rgb(237,252,78); }

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