#EBF54D

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

Shades of Paris Daisy #EBF54D

Tints of Paris Daisy #EBF54D

Color information

#EBF54D (or 0xEBF54D) is unknown color: approx Paris Daisy. HEX triplet: EB, F5 and 4D. RGB value is (235,245,77). Sum of RGB (Red+Green+Blue) = 235+245+77=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 77 (30.47% from 255 or 13.82% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF54D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF54D is #140AB2. Grayscale: #DFDFDF. Windows color (decimal): -1313459 or 5109227. OLE color: 5109227.

HSL color Cylindrical-coordinate representation of color #EBF54D: hue angle of 63.57º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBF54D is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB23524577-
CMYK0.0400.690.04
HSL63.57º89.36%63.14%-
HSV(B)63.57º68.57%96.08%-
XYZ68.2583.519.54-
YUV222.8645.69136.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 245 (96.09% from 255) = 43.99%
BLUE value IS 77 (30.47% from 255) = 13.82%
R=42.19%
G=43.99%
B=13.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal235245770.0400.690.0463.5789.3663.14
HexEBF54D4045440593f
Octal35336511540105410013177
Binary111010111111010110011011000100010110010000001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF54D; }

 p { color: rgb(235,245,77); }

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

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

 a { background-color: rgb(235,245,77); }

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

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

 span { border-color: rgb(235,245,77); }

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