#EAFF3D

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

Shades of Paris Daisy #EAFF3D

Tints of Paris Daisy #EAFF3D

Color information

#EAFF3D (or 0xEAFF3D) is unknown color: approx Paris Daisy. HEX triplet: EA, FF and 3D. RGB value is (234,255,61). Sum of RGB (Red+Green+Blue) = 234+255+61=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 61 (24.22% from 255 or 11.09% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF3D is #1500C2. Grayscale: #E3E3E3. Windows color (decimal): -1376451 or 4063210. OLE color: 4063210.

HSL color Cylindrical-coordinate representation of color #EAFF3D: hue angle of 66.49º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAFF3D is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB23425561-
CMYK0.0800.760
HSL66.49º100%61.96%-
HSV(B)66.49º76.08%100%-
XYZ70.5389.3517.94-
YUV226.634.54133.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 61 (24.22% from 255) = 11.09%
R=42.55%
G=46.36%
B=11.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal234255610.0800.76066.4910061.96
HexEAFF3D804C042643e
Octal35237775100114010214476
Binary1110101011111111111101100001001100010000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF3D; }

 p { color: rgb(234,255,61); }

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

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

 a { background-color: rgb(234,255,61); }

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

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

 span { border-color: rgb(234,255,61); }

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