Html Css Color HEX #E5FC45 Paris Daisy

📋 copy color: '#E5FC45'

red 229 ◦ green 252 ◦ blue 69

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

Shades of Paris Daisy #E5FC45

Tints of Paris Daisy #E5FC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.55%

R = 41.64%
G = 45.82%
B = 12.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#E5FC45 (or 0xE5FC45) is known color: Paris Daisy. HEX triplet: E5, FC and 45. RGB value is (229,252,69). Sum of RGB (Red+Green+Blue) = 229+252+69=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 69 (27.34% from 255 or 12.55% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #E5FC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FC45 is #1A03BA. Grayscale: #E0E0E0. Windows color (decimal): -1704891 or 4586725. OLE color: 4586725.

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

Color convert

RGB 229 252 69 -
CMYK 0.09 0 0.73 0.01
HSL 67.54º 0.97% 0.63% -
HSV(B) 67.54º 0.73% 0.99% -
XYZ 68.2 86.71 18.77 -
YUV 224.26 40.38 131.38 -
System Red Green Blue C M Y K H S L
Decimal 229 252 69 0.09 0 0.73 0.01 67.54 0.97 0.63
Hex E5 FC 45 9 0 49 1 44 61 3F
Octal 345 374 105 11 0 111 1 104 141 77
Binary 11100101 11111100 1000101 1001 0 1001001 1 1000100 1100001 111111

Color Harmonies of #E5FC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5FC45

Black with #E5FC45

Text Example


Text Example

White with #E5FC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5FC45; }

 p { color: rgb(229,252,69); }

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

background-color css

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

 a { background-color: rgb(229,252,69); }

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

border-color css

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

 span { border-color: rgb(229,252,69); }

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