Html Css Color HEX #E6FF42 Paris Daisy

📋 copy color: '#E6FF42'

red 230 ◦ green 255 ◦ blue 66

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

Shades of Paris Daisy #E6FF42

Tints of Paris Daisy #E6FF42

RGB

 RED value IS 230 (90.23% from 255) = 41.74%

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

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

R = 41.74%
G = 46.28%
B = 11.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#E6FF42 (or 0xE6FF42) is known color: Paris Daisy. HEX triplet: E6, FF and 42. RGB value is (230,255,66). Sum of RGB (Red+Green+Blue) = 230+255+66=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 66 (26.17% from 255 or 11.98% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FF42 is #1900BD. Grayscale: #E2E2E2. Windows color (decimal): -1638590 or 4390886. OLE color: 4390886.

HSL color Cylindrical-coordinate representation of color #E6FF42: hue angle of 67.94º 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 #E6FF42 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 230 255 66 -
CMYK 0.10 0 0.74 0
HSL 67.94º 1% 0.63% -
HSV(B) 67.94º 0.74% 1% -
XYZ 69.38 88.74 18.63 -
YUV 225.98 37.72 130.87 -
System Red Green Blue C M Y K H S L
Decimal 230 255 66 0.10 0 0.74 0 67.94 1 0.63
Hex E6 FF 42 A 0 4A 0 44 64 3F
Octal 346 377 102 12 0 112 0 104 144 77
Binary 11100110 11111111 1000010 1010 0 1001010 0 1000100 1100100 111111

Color Harmonies of #E6FF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FF42

Black with #E6FF42

Text Example


Text Example

White with #E6FF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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