Html Css Color HEX #EDFC4D Paris Daisy

📋 copy color: '#EDFC4D'

red 237 ◦ green 252 ◦ blue 77

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

Shades of Paris Daisy #EDFC4D

Tints of Paris Daisy #EDFC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.6%

R = 41.87%
G = 44.52%
B = 13.6%

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

#EDFC4D (or 0xEDFC4D) is known color: Paris Daisy. HEX triplet: ED, FC and 4D. RGB value is (237,252,77). Sum of RGB (Red+Green+Blue) = 237+252+77=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 77 (30.47% from 255 or 13.60% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFC4D is #1203B2. Grayscale: #E4E4E4. Windows color (decimal): -1180595 or 5111021. OLE color: 5111021.

HSL color Cylindrical-coordinate representation of color #EDFC4D: hue angle of 65.14º 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 #EDFC4D is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 77 -
CMYK 0.06 0 0.69 0.01
HSL 65.14º 0.97% 0.65% -
HSV(B) 65.14º 0.69% 0.99% -
XYZ 71.08 88.16 20.29 -
YUV 227.57 43.03 134.73 -
System Red Green Blue C M Y K H S L
Decimal 237 252 77 0.06 0 0.69 0.01 65.14 0.97 0.65
Hex ED FC 4D 6 0 45 1 41 61 41
Octal 355 374 115 6 0 105 1 101 141 101
Binary 11101101 11111100 1001101 110 0 1000101 1 1000001 1100001 1000001

Color Harmonies of #EDFC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC4D

Black with #EDFC4D

Text Example


Text Example

White with #EDFC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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