Html Css Color HEX #E8FF42 Paris Daisy

📋 copy color: '#E8FF42'

red 232 ◦ green 255 ◦ blue 66

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

Shades of Paris Daisy #E8FF42

Tints of Paris Daisy #E8FF42

RGB

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

 GREEN value IS 255 (100% from 255) = 46.11%

 BLUE value IS 66 (26.17% from 255) = 11.93%

R = 41.95%
G = 46.11%
B = 11.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#E8FF42 (or 0xE8FF42) is known color: Paris Daisy. HEX triplet: E8, FF and 42. RGB value is (232,255,66). Sum of RGB (Red+Green+Blue) = 232+255+66=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 66 (26.17% from 255 or 11.93% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8FF42 is #1700BD. Grayscale: #E3E3E3. Windows color (decimal): -1507518 or 4390888. OLE color: 4390888.

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

Color convert

RGB 232 255 66 -
CMYK 0.09 0 0.74 0
HSL 67.3º 1% 0.63% -
HSV(B) 67.3º 0.74% 1% -
XYZ 70.02 89.07 18.66 -
YUV 226.58 37.38 131.87 -
System Red Green Blue C M Y K H S L
Decimal 232 255 66 0.09 0 0.74 0 67.3 1 0.63
Hex E8 FF 42 9 0 4A 0 43 64 3F
Octal 350 377 102 11 0 112 0 103 144 77
Binary 11101000 11111111 1000010 1001 0 1001010 0 1000011 1100100 111111

Color Harmonies of #E8FF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8FF42

Black with #E8FF42

Text Example


Text Example

White with #E8FF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8FF42; }

 p { color: rgb(232,255,66); }

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

background-color css

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

 a { background-color: rgb(232,255,66); }

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

border-color css

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

 span { border-color: rgb(232,255,66); }

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