Html Css Color HEX #EDFE41 Paris Daisy

📋 copy color: '#EDFE41'

red 237 ◦ green 254 ◦ blue 65

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

Shades of Paris Daisy #EDFE41

Tints of Paris Daisy #EDFE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.69%

R = 42.63%
G = 45.68%
B = 11.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#EDFE41 (or 0xEDFE41) is known color: Paris Daisy. HEX triplet: ED, FE and 41. RGB value is (237,254,65). Sum of RGB (Red+Green+Blue) = 237+254+65=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 65 (25.78% from 255 or 11.69% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE41 is #1201BE. Grayscale: #E4E4E4. Windows color (decimal): -1180095 or 4325101. OLE color: 4325101.

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

Color convert

RGB 237 254 65 -
CMYK 0.07 0 0.74 0.00
HSL 65.4º 0.99% 0.63% -
HSV(B) 65.4º 0.74% 1% -
XYZ 71.32 89.27 18.47 -
YUV 227.37 36.37 134.87 -
System Red Green Blue C M Y K H S L
Decimal 237 254 65 0.07 0 0.74 0.00 65.4 0.99 0.63
Hex ED FE 41 7 0 4A 0 41 63 3F
Octal 355 376 101 7 0 112 0 101 143 77
Binary 11101101 11111110 1000001 111 0 1001010 0 1000001 1100011 111111

Color Harmonies of #EDFE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE41

Black with #EDFE41

Text Example


Text Example

White with #EDFE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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