Html Css Color HEX #E2FA49 Paris Daisy

📋 copy color: '#E2FA49'

red 226 ◦ green 250 ◦ blue 73

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

Shades of Paris Daisy #E2FA49

Tints of Paris Daisy #E2FA49

RGB

 RED value IS 226 (88.67% from 255) = 41.17%

 GREEN value IS 250 (98.05% from 255) = 45.54%

 BLUE value IS 73 (28.91% from 255) = 13.3%

R = 41.17%
G = 45.54%
B = 13.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#E2FA49 (or 0xE2FA49) is known color: Paris Daisy. HEX triplet: E2, FA and 49. RGB value is (226,250,73). Sum of RGB (Red+Green+Blue) = 226+250+73=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 73 (28.91% from 255 or 13.30% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FA49 is #1D05B6. Grayscale: #DFDFDF. Windows color (decimal): -1902007 or 4848354. OLE color: 4848354.

HSL color Cylindrical-coordinate representation of color #E2FA49: hue angle of 68.14º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2FA49 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 250 73 -
CMYK 0.10 0 0.71 0.02
HSL 68.14º 0.95% 0.63% -
HSV(B) 68.14º 0.71% 0.98% -
XYZ 66.75 85.02 19.2 -
YUV 222.65 43.55 130.39 -
System Red Green Blue C M Y K H S L
Decimal 226 250 73 0.10 0 0.71 0.02 68.14 0.95 0.63
Hex E2 FA 49 A 0 47 2 44 5F 3F
Octal 342 372 111 12 0 107 2 104 137 77
Binary 11100010 11111010 1001001 1010 0 1000111 10 1000100 1011111 111111

Color Harmonies of #E2FA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA49

Black with #E2FA49

Text Example


Text Example

White with #E2FA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA49; }

 p { color: rgb(226,250,73); }

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

background-color css

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

 a { background-color: rgb(226,250,73); }

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

border-color css

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

 span { border-color: rgb(226,250,73); }

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