Html Css Color HEX #EDFD4D Paris Daisy

📋 copy color: '#EDFD4D'

red 237 ◦ green 253 ◦ blue 77

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

Shades of Paris Daisy #EDFD4D

Tints of Paris Daisy #EDFD4D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.62%

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

R = 41.8%
G = 44.62%
B = 13.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#EDFD4D (or 0xEDFD4D) is known color: Paris Daisy. HEX triplet: ED, FD and 4D. RGB value is (237,253,77). Sum of RGB (Red+Green+Blue) = 237+253+77=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 77 (30.47% from 255 or 13.58% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD4D is #1202B2. Grayscale: #E4E4E4. Windows color (decimal): -1180339 or 5111277. OLE color: 5111277.

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

Color convert

RGB 237 253 77 -
CMYK 0.06 0 0.70 0.01
HSL 65.45º 0.98% 0.65% -
HSV(B) 65.45º 0.7% 0.99% -
XYZ 71.39 88.79 20.4 -
YUV 228.15 42.7 134.31 -
System Red Green Blue C M Y K H S L
Decimal 237 253 77 0.06 0 0.70 0.01 65.45 0.98 0.65
Hex ED FD 4D 6 0 46 1 41 62 41
Octal 355 375 115 6 0 106 1 101 142 101
Binary 11101101 11111101 1001101 110 0 1000110 1 1000001 1100010 1000001

Color Harmonies of #EDFD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD4D

Black with #EDFD4D

Text Example


Text Example

White with #EDFD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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