Html Css Color HEX #EDF84D Paris Daisy

📋 copy color: '#EDF84D'

red 237 ◦ green 248 ◦ blue 77

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

Shades of Paris Daisy #EDF84D

Tints of Paris Daisy #EDF84D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.13%

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

R = 42.17%
G = 44.13%
B = 13.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#EDF84D (or 0xEDF84D) is known color: Paris Daisy. HEX triplet: ED, F8 and 4D. RGB value is (237,248,77). Sum of RGB (Red+Green+Blue) = 237+248+77=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 77 (30.47% from 255 or 13.70% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF84D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF84D is #1207B2. Grayscale: #E1E1E1. Windows color (decimal): -1181619 or 5109997. OLE color: 5109997.

HSL color Cylindrical-coordinate representation of color #EDF84D: hue angle of 63.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDF84D is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 77 -
CMYK 0.04 0 0.69 0.03
HSL 63.86º 0.92% 0.64% -
HSV(B) 63.86º 0.69% 0.97% -
XYZ 69.83 85.68 19.88 -
YUV 225.22 44.36 136.4 -
System Red Green Blue C M Y K H S L
Decimal 237 248 77 0.04 0 0.69 0.03 63.86 0.92 0.64
Hex ED F8 4D 4 0 45 3 40 5C 40
Octal 355 370 115 4 0 105 3 100 134 100
Binary 11101101 11111000 1001101 100 0 1000101 11 1000000 1011100 1000000

Color Harmonies of #EDF84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF84D

Black with #EDF84D

Text Example


Text Example

White with #EDF84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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