Html Css Color HEX #E8FD48 Paris Daisy

📋 copy color: '#E8FD48'

red 232 ◦ green 253 ◦ blue 72

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

Shades of Paris Daisy #E8FD48

Tints of Paris Daisy #E8FD48

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.42%

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

R = 41.65%
G = 45.42%
B = 12.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#E8FD48 (or 0xE8FD48) is known color: Paris Daisy. HEX triplet: E8, FD and 48. RGB value is (232,253,72). Sum of RGB (Red+Green+Blue) = 232+253+72=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 72 (28.52% from 255 or 12.93% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #E8FD48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8FD48 is #1702B7. Grayscale: #E2E2E2. Windows color (decimal): -1508024 or 4783592. OLE color: 4783592.

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

Color convert

RGB 232 253 72 -
CMYK 0.08 0 0.72 0.01
HSL 66.96º 0.98% 0.64% -
HSV(B) 66.96º 0.72% 0.99% -
XYZ 69.57 87.87 19.43 -
YUV 226.09 41.04 132.22 -
System Red Green Blue C M Y K H S L
Decimal 232 253 72 0.08 0 0.72 0.01 66.96 0.98 0.64
Hex E8 FD 48 8 0 48 1 43 62 40
Octal 350 375 110 10 0 110 1 103 142 100
Binary 11101000 11111101 1001000 1000 0 1001000 1 1000011 1100010 1000000

Color Harmonies of #E8FD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8FD48

Black with #E8FD48

Text Example


Text Example

White with #E8FD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8FD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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