#EBFF45

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

Shades of Paris Daisy #EBFF45

Tints of Paris Daisy #EBFF45

Color information

#EBFF45 (or 0xEBFF45) is unknown color: approx Paris Daisy. HEX triplet: EB, FF and 45. RGB value is (235,255,69). Sum of RGB (Red+Green+Blue) = 235+255+69=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 69 (27.34% from 255 or 12.34% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF45 is #1400BA. Grayscale: #E4E4E4. Windows color (decimal): -1310907 or 4587499. OLE color: 4587499.

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

Color convert

RGB23525569-
CMYK0.0800.730
HSL66.45º100%63.53%-
HSV(B)66.45º72.94%100%-
XYZ71.189.6119.18-
YUV227.8238.37133.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 69 (27.34% from 255) = 12.34%
R=42.04%
G=45.62%
B=12.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal235255690.0800.73066.4510063.53
HexEBFF4580490426440
Octal3533771051001110102144100
Binary111010111111111110001011000010010010100001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFF45; }

 p { color: rgb(235,255,69); }

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

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

 a { background-color: rgb(235,255,69); }

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

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

 span { border-color: rgb(235,255,69); }

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