#EBF778

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

Shades of Dolly #EBF778

Tints of Dolly #EBF778

Color information

#EBF778 (or 0xEBF778) is unknown color: approx Dolly. HEX triplet: EB, F7 and 78. RGB value is (235,247,120). Sum of RGB (Red+Green+Blue) = 235+247+120=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 120 (47.27% from 255 or 19.93% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF778 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF778 is #140887. Grayscale: #E5E5E5. Windows color (decimal): -1312904 or 7927787. OLE color: 7927787.

HSL color Cylindrical-coordinate representation of color #EBF778: hue angle of 65.67º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBF778 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB235247120-
CMYK0.0500.510.03
HSL65.67º88.81%71.96%-
HSV(B)65.67º51.42%96.86%-
XYZ70.9185.5430.54-
YUV228.9366.52132.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 247 (96.88% from 255) = 41.03%
BLUE value IS 120 (47.27% from 255) = 19.93%
R=39.04%
G=41.03%
B=19.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352471200.0500.510.0365.6788.8171.96
HexEBF77850333425948
Octal35336717050633102131110
Binary11101011111101111111000101011001111100001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF778; }

 p { color: rgb(235,247,120); }

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

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

 a { background-color: rgb(235,247,120); }

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

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

 span { border-color: rgb(235,247,120); }

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