Html Css Color HEX #E5FA4A Paris Daisy

📋 copy color: '#E5FA4A'

red 229 ◦ green 250 ◦ blue 74

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

Shades of Paris Daisy #E5FA4A

Tints of Paris Daisy #E5FA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.38%

R = 41.41%
G = 45.21%
B = 13.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#E5FA4A (or 0xE5FA4A) is known color: Paris Daisy. HEX triplet: E5, FA and 4A. RGB value is (229,250,74). Sum of RGB (Red+Green+Blue) = 229+250+74=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 74 (29.30% from 255 or 13.38% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FA4A is #1A05B5. Grayscale: #E0E0E0. Windows color (decimal): -1705398 or 4913893. OLE color: 4913893.

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

Color convert

RGB 229 250 74 -
CMYK 0.08 0 0.70 0.02
HSL 67.16º 0.95% 0.64% -
HSV(B) 67.16º 0.7% 0.98% -
XYZ 67.73 85.52 19.42 -
YUV 223.66 43.54 131.81 -
System Red Green Blue C M Y K H S L
Decimal 229 250 74 0.08 0 0.70 0.02 67.16 0.95 0.64
Hex E5 FA 4A 8 0 46 2 43 5F 40
Octal 345 372 112 10 0 106 2 103 137 100
Binary 11100101 11111010 1001010 1000 0 1000110 10 1000011 1011111 1000000

Color Harmonies of #E5FA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5FA4A

Black with #E5FA4A

Text Example


Text Example

White with #E5FA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5FA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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