Html Css Color HEX #E8FC48 Paris Daisy

📋 copy color: '#E8FC48'

red 232 ◦ green 252 ◦ blue 72

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

Shades of Paris Daisy #E8FC48

Tints of Paris Daisy #E8FC48

RGB

 RED value IS 232 (91.02% from 255) = 41.73%

 GREEN value IS 252 (98.83% from 255) = 45.32%

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

R = 41.73%
G = 45.32%
B = 12.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#E8FC48 (or 0xE8FC48) is known color: Paris Daisy. HEX triplet: E8, FC and 48. RGB value is (232,252,72). Sum of RGB (Red+Green+Blue) = 232+252+72=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 72 (28.52% from 255 or 12.95% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #E8FC48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8FC48 is #1703B7. Grayscale: #E2E2E2. Windows color (decimal): -1508280 or 4783336. OLE color: 4783336.

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

Color convert

RGB 232 252 72 -
CMYK 0.08 0 0.71 0.01
HSL 66.67º 0.97% 0.64% -
HSV(B) 66.67º 0.71% 0.99% -
XYZ 69.26 87.24 19.32 -
YUV 225.5 41.37 132.64 -
System Red Green Blue C M Y K H S L
Decimal 232 252 72 0.08 0 0.71 0.01 66.67 0.97 0.64
Hex E8 FC 48 8 0 47 1 43 61 40
Octal 350 374 110 10 0 107 1 103 141 100
Binary 11101000 11111100 1001000 1000 0 1000111 1 1000011 1100001 1000000

Color Harmonies of #E8FC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8FC48

Black with #E8FC48

Text Example


Text Example

White with #E8FC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8FC48; }

 p { color: rgb(232,252,72); }

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

background-color css

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

 a { background-color: rgb(232,252,72); }

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

border-color css

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

 span { border-color: rgb(232,252,72); }

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