#E6F24A

Color #E6F24A Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #E6F24A

Tints of Paris Daisy #E6F24A

Color information

#E6F24A (or 0xE6F24A) is unknown color: approx Paris Daisy. HEX triplet: E6, F2 and 4A. RGB value is (230,242,74). Sum of RGB (Red+Green+Blue) = 230+242+74=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 74 (29.30% from 255 or 13.55% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F24A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F24A is #190DB5. Grayscale: #DBDBDB. Windows color (decimal): -1641910 or 4911846. OLE color: 4911846.

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

Color convert

RGB23024274-
CMYK0.0500.690.05
HSL64.29º86.6%61.96%-
HSV(B)64.29º69.42%94.9%-
XYZ65.6280.8218.62-
YUV219.2646.02135.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.12%
GREEN value IS 242 (94.92% from 255) = 44.32%
BLUE value IS 74 (29.30% from 255) = 13.55%
R=42.12%
G=44.32%
B=13.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal230242740.0500.690.0564.2986.661.96
HexE6F24A5045540573e
Octal34636211250105510012776
Binary111001101111001010010101010100010110110000001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F24A; }

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

 H1.HeaderClassName
 {
   color: #E6F24A;
 }
 .AnyTagClassName
 {
   color: #E6F24A;
 }
</style>
background-color css

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

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

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

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

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

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