Html Css Color HEX #EDFF3C Paris Daisy

📋 copy color: '#EDFF3C'

red 237 ◦ green 255 ◦ blue 60

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

Shades of Paris Daisy #EDFF3C

Tints of Paris Daisy #EDFF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 10.87%

R = 42.93%
G = 46.2%
B = 10.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#EDFF3C (or 0xEDFF3C) is known color: Paris Daisy. HEX triplet: ED, FF and 3C. RGB value is (237,255,60). Sum of RGB (Red+Green+Blue) = 237+255+60=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 60 (23.83% from 255 or 10.87% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF3C is #1200C3. Grayscale: #E4E4E4. Windows color (decimal): -1179844 or 3997677. OLE color: 3997677.

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

Color convert

RGB 237 255 60 -
CMYK 0.07 0 0.76 0
HSL 65.54º 1% 0.62% -
HSV(B) 65.54º 0.76% 1% -
XYZ 71.5 89.85 17.85 -
YUV 227.39 33.54 134.86 -
System Red Green Blue C M Y K H S L
Decimal 237 255 60 0.07 0 0.76 0 65.54 1 0.62
Hex ED FF 3C 7 0 4C 0 42 64 3E
Octal 355 377 74 7 0 114 0 102 144 76
Binary 11101101 11111111 111100 111 0 1001100 0 1000010 1100100 111110

Color Harmonies of #EDFF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF3C

Black with #EDFF3C

Text Example


Text Example

White with #EDFF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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