Html Css Color HEX #EDFF4C Paris Daisy

📋 copy color: '#EDFF4C'

red 237 ◦ green 255 ◦ blue 76

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

Shades of Paris Daisy #EDFF4C

Tints of Paris Daisy #EDFF4C

RGB

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

 GREEN value IS 255 (100% from 255) = 44.89%

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

R = 41.73%
G = 44.89%
B = 13.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#EDFF4C (or 0xEDFF4C) is known color: Paris Daisy. HEX triplet: ED, FF and 4C. RGB value is (237,255,76). Sum of RGB (Red+Green+Blue) = 237+255+76=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 76 (30.08% from 255 or 13.38% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF4C is #1200B3. Grayscale: #E5E5E5. Windows color (decimal): -1179828 or 5046253. OLE color: 5046253.

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

Color convert

RGB 237 255 76 -
CMYK 0.07 0 0.70 0
HSL 66.03º 1% 0.65% -
HSV(B) 66.03º 0.7% 1% -
XYZ 71.99 90.05 20.42 -
YUV 229.21 41.54 133.55 -
System Red Green Blue C M Y K H S L
Decimal 237 255 76 0.07 0 0.70 0 66.03 1 0.65
Hex ED FF 4C 7 0 46 0 42 64 41
Octal 355 377 114 7 0 106 0 102 144 101
Binary 11101101 11111111 1001100 111 0 1000110 0 1000010 1100100 1000001

Color Harmonies of #EDFF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF4C

Black with #EDFF4C

Text Example


Text Example

White with #EDFF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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