Html Css Color HEX #E2FE48 Paris Daisy

📋 copy color: '#E2FE48'

red 226 ◦ green 254 ◦ blue 72

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

Shades of Paris Daisy #E2FE48

Tints of Paris Daisy #E2FE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.04%

R = 40.94%
G = 46.01%
B = 13.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#E2FE48 (or 0xE2FE48) is known color: Paris Daisy. HEX triplet: E2, FE and 48. RGB value is (226,254,72). Sum of RGB (Red+Green+Blue) = 226+254+72=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 72 (28.52% from 255 or 13.04% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FE48 is #1D01B7. Grayscale: #E1E1E1. Windows color (decimal): -1900984 or 4783842. OLE color: 4783842.

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

Color convert

RGB 226 254 72 -
CMYK 0.11 0 0.72 0.00
HSL 69.23º 0.99% 0.64% -
HSV(B) 69.23º 0.72% 1% -
XYZ 67.98 87.52 19.44 -
YUV 224.88 41.72 128.8 -
System Red Green Blue C M Y K H S L
Decimal 226 254 72 0.11 0 0.72 0.00 69.23 0.99 0.64
Hex E2 FE 48 B 0 48 0 45 63 40
Octal 342 376 110 13 0 110 0 105 143 100
Binary 11100010 11111110 1001000 1011 0 1001000 0 1000101 1100011 1000000

Color Harmonies of #E2FE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FE48

Black with #E2FE48

Text Example


Text Example

White with #E2FE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FE48; }

 p { color: rgb(226,254,72); }

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

background-color css

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

 a { background-color: rgb(226,254,72); }

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

border-color css

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

 span { border-color: rgb(226,254,72); }

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