Html Css Color HEX #EDFE4D Paris Daisy

📋 copy color: '#EDFE4D'

red 237 ◦ green 254 ◦ blue 77

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

Shades of Paris Daisy #EDFE4D

Tints of Paris Daisy #EDFE4D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.72%

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

R = 41.73%
G = 44.72%
B = 13.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#EDFE4D (or 0xEDFE4D) is known color: Paris Daisy. HEX triplet: ED, FE and 4D. RGB value is (237,254,77). Sum of RGB (Red+Green+Blue) = 237+254+77=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 77 (30.47% from 255 or 13.56% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE4D is #1201B2. Grayscale: #E5E5E5. Windows color (decimal): -1180083 or 5111533. OLE color: 5111533.

HSL color Cylindrical-coordinate representation of color #EDFE4D: hue angle of 65.76º 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 #EDFE4D is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 77 -
CMYK 0.07 0 0.70 0.00
HSL 65.76º 0.99% 0.65% -
HSV(B) 65.76º 0.7% 1% -
XYZ 71.71 89.42 20.5 -
YUV 228.74 42.37 133.89 -
System Red Green Blue C M Y K H S L
Decimal 237 254 77 0.07 0 0.70 0.00 65.76 0.99 0.65
Hex ED FE 4D 7 0 46 0 42 63 41
Octal 355 376 115 7 0 106 0 102 143 101
Binary 11101101 11111110 1001101 111 0 1000110 0 1000010 1100011 1000001

Color Harmonies of #EDFE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE4D

Black with #EDFE4D

Text Example


Text Example

White with #EDFE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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