Html Css Color HEX #E6FE4A Paris Daisy

📋 copy color: '#E6FE4A'

red 230 ◦ green 254 ◦ blue 74

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

Shades of Paris Daisy #E6FE4A

Tints of Paris Daisy #E6FE4A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.52%

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

R = 41.22%
G = 45.52%
B = 13.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#E6FE4A (or 0xE6FE4A) is known color: Paris Daisy. HEX triplet: E6, FE and 4A. RGB value is (230,254,74). Sum of RGB (Red+Green+Blue) = 230+254+74=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 74 (29.30% from 255 or 13.26% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FE4A is #1901B5. Grayscale: #E3E3E3. Windows color (decimal): -1638838 or 4914918. OLE color: 4914918.

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

Color convert

RGB 230 254 74 -
CMYK 0.09 0 0.71 0.00
HSL 68º 0.99% 0.64% -
HSV(B) 68º 0.71% 1% -
XYZ 69.31 88.2 19.85 -
YUV 226.3 42.05 130.64 -
System Red Green Blue C M Y K H S L
Decimal 230 254 74 0.09 0 0.71 0.00 68 0.99 0.64
Hex E6 FE 4A 9 0 47 0 44 63 40
Octal 346 376 112 11 0 107 0 104 143 100
Binary 11100110 11111110 1001010 1001 0 1000111 0 1000100 1100011 1000000

Color Harmonies of #E6FE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FE4A

Black with #E6FE4A

Text Example


Text Example

White with #E6FE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FE4A; }

 p { color: rgb(230,254,74); }

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

background-color css

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

 a { background-color: rgb(230,254,74); }

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

border-color css

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

 span { border-color: rgb(230,254,74); }

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