Html Css Color HEX #EDFD3C Paris Daisy

📋 copy color: '#EDFD3C'

red 237 ◦ green 253 ◦ blue 60

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

Shades of Paris Daisy #EDFD3C

Tints of Paris Daisy #EDFD3C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46%

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

R = 43.09%
G = 46%
B = 10.91%

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

#EDFD3C (or 0xEDFD3C) is known color: Paris Daisy. HEX triplet: ED, FD and 3C. RGB value is (237,253,60). Sum of RGB (Red+Green+Blue) = 237+253+60=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 60 (23.83% from 255 or 10.91% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFD3C is #1202C3. Grayscale: #E2E2E2. Windows color (decimal): -1180356 or 3997165. OLE color: 3997165.

HSL color Cylindrical-coordinate representation of color #EDFD3C: hue angle of 64.97º degrees, saturation: 0.98, 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 #EDFD3C is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 60 -
CMYK 0.06 0 0.76 0.01
HSL 64.97º 0.98% 0.61% -
HSV(B) 64.97º 0.76% 0.99% -
XYZ 70.87 88.58 17.64 -
YUV 226.21 34.2 135.69 -
System Red Green Blue C M Y K H S L
Decimal 237 253 60 0.06 0 0.76 0.01 64.97 0.98 0.61
Hex ED FD 3C 6 0 4C 1 41 62 3D
Octal 355 375 74 6 0 114 1 101 142 75
Binary 11101101 11111101 111100 110 0 1001100 1 1000001 1100010 111101

Color Harmonies of #EDFD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD3C

Black with #EDFD3C

Text Example


Text Example

White with #EDFD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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