Html Css Color HEX #E6F24E Paris Daisy

📋 copy color: '#E6F24E'

red 230 ◦ green 242 ◦ blue 78

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

Shades of Paris Daisy #E6F24E

Tints of Paris Daisy #E6F24E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44%

 BLUE value IS 78 (30.86% from 255) = 14.18%

R = 41.82%
G = 44%
B = 14.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#E6F24E (or 0xE6F24E) is known color: Paris Daisy. HEX triplet: E6, F2 and 4E. RGB value is (230,242,78). Sum of RGB (Red+Green+Blue) = 230+242+78=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 78 (30.86% from 255 or 14.18% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F24E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F24E is #190DB1. Grayscale: #DCDCDC. Windows color (decimal): -1641906 or 5173990. OLE color: 5173990.

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

Color convert

RGB 230 242 78 -
CMYK 0.05 0 0.68 0.05
HSL 64.39º 0.86% 0.63% -
HSV(B) 64.39º 0.68% 0.95% -
XYZ 65.76 80.88 19.35 -
YUV 219.72 48.02 135.34 -
System Red Green Blue C M Y K H S L
Decimal 230 242 78 0.05 0 0.68 0.05 64.39 0.86 0.63
Hex E6 F2 4E 5 0 44 5 40 56 3F
Octal 346 362 116 5 0 104 5 100 126 77
Binary 11100110 11110010 1001110 101 0 1000100 101 1000000 1010110 111111

Color Harmonies of #E6F24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F24E

Black with #E6F24E

Text Example


Text Example

White with #E6F24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F24E; }

 p { color: rgb(230,242,78); }

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

background-color css

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

 a { background-color: rgb(230,242,78); }

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

border-color css

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

 span { border-color: rgb(230,242,78); }

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