Html Css Color HEX #EDFE4A Paris Daisy

📋 copy color: '#EDFE4A'

red 237 ◦ green 254 ◦ blue 74

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

Shades of Paris Daisy #EDFE4A

Tints of Paris Daisy #EDFE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.1%

R = 41.95%
G = 44.96%
B = 13.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#EDFE4A (or 0xEDFE4A) is known color: Paris Daisy. HEX triplet: ED, FE and 4A. RGB value is (237,254,74). Sum of RGB (Red+Green+Blue) = 237+254+74=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 74 (29.30% from 255 or 13.10% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE4A is #1201B5. Grayscale: #E5E5E5. Windows color (decimal): -1180086 or 4914925. OLE color: 4914925.

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

Color convert

RGB 237 254 74 -
CMYK 0.07 0 0.71 0.00
HSL 65.67º 0.99% 0.64% -
HSV(B) 65.67º 0.71% 1% -
XYZ 71.6 89.38 19.96 -
YUV 228.4 40.87 134.14 -
System Red Green Blue C M Y K H S L
Decimal 237 254 74 0.07 0 0.71 0.00 65.67 0.99 0.64
Hex ED FE 4A 7 0 47 0 42 63 40
Octal 355 376 112 7 0 107 0 102 143 100
Binary 11101101 11111110 1001010 111 0 1000111 0 1000010 1100011 1000000

Color Harmonies of #EDFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE4A

Black with #EDFE4A

Text Example


Text Example

White with #EDFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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