Html Css Color HEX #EDFB4E Paris Daisy

📋 copy color: '#EDFB4E'

red 237 ◦ green 251 ◦ blue 78

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

Shades of Paris Daisy #EDFB4E

Tints of Paris Daisy #EDFB4E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.35%

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

R = 41.87%
G = 44.35%
B = 13.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#EDFB4E (or 0xEDFB4E) is known color: Paris Daisy. HEX triplet: ED, FB and 4E. RGB value is (237,251,78). Sum of RGB (Red+Green+Blue) = 237+251+78=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 78 (30.86% from 255 or 13.78% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB4E is #1204B1. Grayscale: #E3E3E3. Windows color (decimal): -1180850 or 5176301. OLE color: 5176301.

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

Color convert

RGB 237 251 78 -
CMYK 0.06 0 0.69 0.02
HSL 64.86º 0.96% 0.65% -
HSV(B) 64.86º 0.69% 0.98% -
XYZ 70.8 87.55 20.37 -
YUV 227.09 43.86 135.07 -
System Red Green Blue C M Y K H S L
Decimal 237 251 78 0.06 0 0.69 0.02 64.86 0.96 0.65
Hex ED FB 4E 6 0 45 2 41 60 41
Octal 355 373 116 6 0 105 2 101 140 101
Binary 11101101 11111011 1001110 110 0 1000101 10 1000001 1100000 1000001

Color Harmonies of #EDFB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB4E

Black with #EDFB4E

Text Example


Text Example

White with #EDFB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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