Html Css Color HEX #E8F148 Paris Daisy

📋 copy color: '#E8F148'

red 232 ◦ green 241 ◦ blue 72

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

Shades of Paris Daisy #E8F148

Tints of Paris Daisy #E8F148

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.22%

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

R = 42.57%
G = 44.22%
B = 13.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#E8F148 (or 0xE8F148) is known color: Paris Daisy. HEX triplet: E8, F1 and 48. RGB value is (232,241,72). Sum of RGB (Red+Green+Blue) = 232+241+72=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 72 (28.52% from 255 or 13.21% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F148 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F148 is #170EB7. Grayscale: #DBDBDB. Windows color (decimal): -1511096 or 4780520. OLE color: 4780520.

HSL color Cylindrical-coordinate representation of color #E8F148: hue angle of 63.2º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8F148 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 232 241 72 -
CMYK 0.04 0 0.70 0.05
HSL 63.2º 0.86% 0.61% -
HSV(B) 63.2º 0.7% 0.95% -
XYZ 65.9 80.53 18.2 -
YUV 219.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 232 241 72 0.04 0 0.70 0.05 63.2 0.86 0.61
Hex E8 F1 48 4 0 46 5 3F 56 3D
Octal 350 361 110 4 0 106 5 77 126 75
Binary 11101000 11110001 1001000 100 0 1000110 101 111111 1010110 111101

Color Harmonies of #E8F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8F148

Black with #E8F148

Text Example


Text Example

White with #E8F148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8F148; }

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

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

background-color css

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

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

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

border-color css

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

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

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