Html Css Color HEX #EDFB4C Paris Daisy

📋 copy color: '#EDFB4C'

red 237 ◦ green 251 ◦ blue 76

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

Shades of Paris Daisy #EDFB4C

Tints of Paris Daisy #EDFB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.48%

R = 42.02%
G = 44.5%
B = 13.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#EDFB4C (or 0xEDFB4C) is known color: Paris Daisy. HEX triplet: ED, FB and 4C. RGB value is (237,251,76). Sum of RGB (Red+Green+Blue) = 237+251+76=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 76 (30.08% from 255 or 13.48% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB4C is #1204B3. Grayscale: #E3E3E3. Windows color (decimal): -1180852 or 5045229. OLE color: 5045229.

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

Color convert

RGB 237 251 76 -
CMYK 0.06 0 0.70 0.02
HSL 64.8º 0.96% 0.64% -
HSV(B) 64.8º 0.7% 0.98% -
XYZ 70.73 87.52 20 -
YUV 226.86 42.86 135.23 -
System Red Green Blue C M Y K H S L
Decimal 237 251 76 0.06 0 0.70 0.02 64.8 0.96 0.64
Hex ED FB 4C 6 0 46 2 41 60 40
Octal 355 373 114 6 0 106 2 101 140 100
Binary 11101101 11111011 1001100 110 0 1000110 10 1000001 1100000 1000000

Color Harmonies of #EDFB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB4C

Black with #EDFB4C

Text Example


Text Example

White with #EDFB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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