#EBFC8D

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

Shades of Tidal #EBFC8D

Tints of Tidal #EBFC8D

Color information

#EBFC8D (or 0xEBFC8D) is unknown color: approx Tidal. HEX triplet: EB, FC and 8D. RGB value is (235,252,141). Sum of RGB (Red+Green+Blue) = 235+252+141=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 141 (55.47% from 255 or 22.45% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFC8D is #140372. Grayscale: #EAEAEA. Windows color (decimal): -1311603 or 9305323. OLE color: 9305323.

HSL color Cylindrical-coordinate representation of color #EBFC8D: hue angle of 69.19º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBFC8D is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB235252141-
CMYK0.0700.440.01
HSL69.19º94.87%77.06%-
HSV(B)69.19º44.05%98.82%-
XYZ73.8889.2138.52-
YUV234.2675.37128.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 141 (55.47% from 255) = 22.45%
R=37.42%
G=40.13%
B=22.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352521410.0700.440.0169.1994.8777.06
HexEBFC8D702C1455f4d
Octal35337421570541105137115
Binary11101011111111001000110111101011001100010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFC8D; }

 p { color: rgb(235,252,141); }

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

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

 a { background-color: rgb(235,252,141); }

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

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

 span { border-color: rgb(235,252,141); }

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