Html Css Color HEX #EDFE44 Paris Daisy

📋 copy color: '#EDFE44'

red 237 ◦ green 254 ◦ blue 68

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

Shades of Paris Daisy #EDFE44

Tints of Paris Daisy #EDFE44

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.44%

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

R = 42.4%
G = 45.44%
B = 12.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#EDFE44 (or 0xEDFE44) is known color: Paris Daisy. HEX triplet: ED, FE and 44. RGB value is (237,254,68). Sum of RGB (Red+Green+Blue) = 237+254+68=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 68 (26.95% from 255 or 12.16% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE44 is #1201BB. Grayscale: #E4E4E4. Windows color (decimal): -1180092 or 4521709. OLE color: 4521709.

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

Color convert

RGB 237 254 68 -
CMYK 0.07 0 0.73 0.00
HSL 65.48º 0.99% 0.63% -
HSV(B) 65.48º 0.73% 1% -
XYZ 71.41 89.31 18.94 -
YUV 227.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 237 254 68 0.07 0 0.73 0.00 65.48 0.99 0.63
Hex ED FE 44 7 0 49 0 41 63 3F
Octal 355 376 104 7 0 111 0 101 143 77
Binary 11101101 11111110 1000100 111 0 1001001 0 1000001 1100011 111111

Color Harmonies of #EDFE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE44

Black with #EDFE44

Text Example


Text Example

White with #EDFE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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