Html Css Color HEX #E5FD48 Paris Daisy

📋 copy color: '#E5FD48'

red 229 ◦ green 253 ◦ blue 72

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

Shades of Paris Daisy #E5FD48

Tints of Paris Daisy #E5FD48

RGB

 RED value IS 229 (89.84% from 255) = 41.34%

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

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

R = 41.34%
G = 45.67%
B = 13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#E5FD48 (or 0xE5FD48) is known color: Paris Daisy. HEX triplet: E5, FD and 48. RGB value is (229,253,72). Sum of RGB (Red+Green+Blue) = 229+253+72=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 72 (28.52% from 255 or 13.00% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FD48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FD48 is #1A02B7. Grayscale: #E1E1E1. Windows color (decimal): -1704632 or 4783589. OLE color: 4783589.

HSL color Cylindrical-coordinate representation of color #E5FD48: hue angle of 67.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 #E5FD48 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 253 72 -
CMYK 0.09 0 0.72 0.01
HSL 67.96º 0.98% 0.64% -
HSV(B) 67.96º 0.72% 0.99% -
XYZ 68.61 87.38 19.38 -
YUV 225.19 41.55 130.72 -
System Red Green Blue C M Y K H S L
Decimal 229 253 72 0.09 0 0.72 0.01 67.96 0.98 0.64
Hex E5 FD 48 9 0 48 1 44 62 40
Octal 345 375 110 11 0 110 1 104 142 100
Binary 11100101 11111101 1001000 1001 0 1001000 1 1000100 1100010 1000000

Color Harmonies of #E5FD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5FD48

Black with #E5FD48

Text Example


Text Example

White with #E5FD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5FD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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