Html Css Color HEX #EDFD40 Paris Daisy

📋 copy color: '#EDFD40'

red 237 ◦ green 253 ◦ blue 64

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

Shades of Paris Daisy #EDFD40

Tints of Paris Daisy #EDFD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.55%

R = 42.78%
G = 45.67%
B = 11.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#EDFD40 (or 0xEDFD40) is known color: Paris Daisy. HEX triplet: ED, FD and 40. RGB value is (237,253,64). Sum of RGB (Red+Green+Blue) = 237+253+64=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 64 (25.39% from 255 or 11.55% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFD40 is #1202BF. Grayscale: #E3E3E3. Windows color (decimal): -1180352 or 4259309. OLE color: 4259309.

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

Color convert

RGB 237 253 64 -
CMYK 0.06 0 0.75 0.01
HSL 65.08º 0.98% 0.62% -
HSV(B) 65.08º 0.75% 0.99% -
XYZ 70.98 88.63 18.22 -
YUV 226.67 36.2 135.37 -
System Red Green Blue C M Y K H S L
Decimal 237 253 64 0.06 0 0.75 0.01 65.08 0.98 0.62
Hex ED FD 40 6 0 4B 1 41 62 3E
Octal 355 375 100 6 0 113 1 101 142 76
Binary 11101101 11111101 1000000 110 0 1001011 1 1000001 1100010 111110

Color Harmonies of #EDFD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD40

Black with #EDFD40

Text Example


Text Example

White with #EDFD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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