Html Css Color HEX #E6F84D Paris Daisy

📋 copy color: '#E6F84D'

red 230 ◦ green 248 ◦ blue 77

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

Shades of Paris Daisy #E6F84D

Tints of Paris Daisy #E6F84D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.68%

 BLUE value IS 77 (30.47% from 255) = 13.87%

R = 41.44%
G = 44.68%
B = 13.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#E6F84D (or 0xE6F84D) is known color: Paris Daisy. HEX triplet: E6, F8 and 4D. RGB value is (230,248,77). Sum of RGB (Red+Green+Blue) = 230+248+77=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 77 (30.47% from 255 or 13.87% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F84D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F84D is #1907B2. Grayscale: #DFDFDF. Windows color (decimal): -1640371 or 5109990. OLE color: 5109990.

HSL color Cylindrical-coordinate representation of color #E6F84D: hue angle of 66.32º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6F84D is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 248 77 -
CMYK 0.07 0 0.69 0.03
HSL 66.32º 0.92% 0.64% -
HSV(B) 66.32º 0.69% 0.97% -
XYZ 67.54 84.49 19.77 -
YUV 223.12 45.54 132.9 -
System Red Green Blue C M Y K H S L
Decimal 230 248 77 0.07 0 0.69 0.03 66.32 0.92 0.64
Hex E6 F8 4D 7 0 45 3 42 5C 40
Octal 346 370 115 7 0 105 3 102 134 100
Binary 11100110 11111000 1001101 111 0 1000101 11 1000010 1011100 1000000

Color Harmonies of #E6F84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F84D

Black with #E6F84D

Text Example


Text Example

White with #E6F84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F84D; }

 p { color: rgb(230,248,77); }

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

background-color css

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

 a { background-color: rgb(230,248,77); }

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

border-color css

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

 span { border-color: rgb(230,248,77); }

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