Html Css Color HEX #E2FB49 Paris Daisy

📋 copy color: '#E2FB49'

red 226 ◦ green 251 ◦ blue 73

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

Shades of Paris Daisy #E2FB49

Tints of Paris Daisy #E2FB49

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.64%

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

R = 41.09%
G = 45.64%
B = 13.27%

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

#E2FB49 (or 0xE2FB49) is known color: Paris Daisy. HEX triplet: E2, FB and 49. RGB value is (226,251,73). Sum of RGB (Red+Green+Blue) = 226+251+73=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 73 (28.91% from 255 or 13.27% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FB49 is #1D04B6. Grayscale: #DFDFDF. Windows color (decimal): -1901751 or 4848610. OLE color: 4848610.

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

Color convert

RGB 226 251 73 -
CMYK 0.10 0 0.71 0.02
HSL 68.43º 0.96% 0.64% -
HSV(B) 68.43º 0.71% 0.98% -
XYZ 67.06 85.64 19.3 -
YUV 223.23 43.22 129.97 -
System Red Green Blue C M Y K H S L
Decimal 226 251 73 0.10 0 0.71 0.02 68.43 0.96 0.64
Hex E2 FB 49 A 0 47 2 44 60 40
Octal 342 373 111 12 0 107 2 104 140 100
Binary 11100010 11111011 1001001 1010 0 1000111 10 1000100 1100000 1000000

Color Harmonies of #E2FB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FB49

Black with #E2FB49

Text Example


Text Example

White with #E2FB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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