Html Css Color HEX #EDFD44 Paris Daisy

📋 copy color: '#EDFD44'

red 237 ◦ green 253 ◦ blue 68

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

Shades of Paris Daisy #EDFD44

Tints of Paris Daisy #EDFD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.19%

R = 42.47%
G = 45.34%
B = 12.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#EDFD44 (or 0xEDFD44) is known color: Paris Daisy. HEX triplet: ED, FD and 44. RGB value is (237,253,68). Sum of RGB (Red+Green+Blue) = 237+253+68=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 68 (26.95% from 255 or 12.19% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFD44 is #1202BB. Grayscale: #E3E3E3. Windows color (decimal): -1180348 or 4521453. OLE color: 4521453.

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

Color convert

RGB 237 253 68 -
CMYK 0.06 0 0.73 0.01
HSL 65.19º 0.98% 0.63% -
HSV(B) 65.19º 0.73% 0.99% -
XYZ 71.09 88.67 18.84 -
YUV 227.13 38.2 135.04 -
System Red Green Blue C M Y K H S L
Decimal 237 253 68 0.06 0 0.73 0.01 65.19 0.98 0.63
Hex ED FD 44 6 0 49 1 41 62 3F
Octal 355 375 104 6 0 111 1 101 142 77
Binary 11101101 11111101 1000100 110 0 1001001 1 1000001 1100010 111111

Color Harmonies of #EDFD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD44

Black with #EDFD44

Text Example


Text Example

White with #EDFD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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