Html Css Color HEX #E5FA45 Paris Daisy

📋 copy color: '#E5FA45'

red 229 ◦ green 250 ◦ blue 69

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

Shades of Paris Daisy #E5FA45

Tints of Paris Daisy #E5FA45

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.62%

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

R = 41.79%
G = 45.62%
B = 12.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#E5FA45 (or 0xE5FA45) is known color: Paris Daisy. HEX triplet: E5, FA and 45. RGB value is (229,250,69). Sum of RGB (Red+Green+Blue) = 229+250+69=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FA45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FA45 is #1A05BA. Grayscale: #DFDFDF. Windows color (decimal): -1705403 or 4586213. OLE color: 4586213.

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

Color convert

RGB 229 250 69 -
CMYK 0.08 0 0.72 0.02
HSL 66.96º 0.95% 0.63% -
HSV(B) 66.96º 0.72% 0.98% -
XYZ 67.57 85.46 18.56 -
YUV 223.09 41.04 132.22 -
System Red Green Blue C M Y K H S L
Decimal 229 250 69 0.08 0 0.72 0.02 66.96 0.95 0.63
Hex E5 FA 45 8 0 48 2 43 5F 3F
Octal 345 372 105 10 0 110 2 103 137 77
Binary 11100101 11111010 1000101 1000 0 1001000 10 1000011 1011111 111111

Color Harmonies of #E5FA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5FA45

Black with #E5FA45

Text Example


Text Example

White with #E5FA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5FA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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