Html Css Color HEX #EDFC3C Paris Daisy

📋 copy color: '#EDFC3C'

red 237 ◦ green 252 ◦ blue 60

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

Shades of Paris Daisy #EDFC3C

Tints of Paris Daisy #EDFC3C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.9%

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

R = 43.17%
G = 45.9%
B = 10.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#EDFC3C (or 0xEDFC3C) is known color: Paris Daisy. HEX triplet: ED, FC and 3C. RGB value is (237,252,60). Sum of RGB (Red+Green+Blue) = 237+252+60=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 60 (23.83% from 255 or 10.93% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFC3C is #1203C3. Grayscale: #E2E2E2. Windows color (decimal): -1180612 or 3996909. OLE color: 3996909.

HSL color Cylindrical-coordinate representation of color #EDFC3C: hue angle of 64.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDFC3C is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 60 -
CMYK 0.06 0 0.76 0.01
HSL 64.69º 0.97% 0.61% -
HSV(B) 64.69º 0.76% 0.99% -
XYZ 70.55 87.95 17.53 -
YUV 225.63 34.53 136.11 -
System Red Green Blue C M Y K H S L
Decimal 237 252 60 0.06 0 0.76 0.01 64.69 0.97 0.61
Hex ED FC 3C 6 0 4C 1 41 61 3D
Octal 355 374 74 6 0 114 1 101 141 75
Binary 11101101 11111100 111100 110 0 1001100 1 1000001 1100001 111101

Color Harmonies of #EDFC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC3C

Black with #EDFC3C

Text Example


Text Example

White with #EDFC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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