#EBFA84

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

Shades of Tidal #EBFA84

Tints of Tidal #EBFA84

Color information

#EBFA84 (or 0xEBFA84) is unknown color: approx Tidal. HEX triplet: EB, FA and 84. RGB value is (235,250,132). Sum of RGB (Red+Green+Blue) = 235+250+132=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 132 (51.95% from 255 or 21.39% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFA84 is #14057B. Grayscale: #E8E8E8. Windows color (decimal): -1312124 or 8714987. OLE color: 8714987.

HSL color Cylindrical-coordinate representation of color #EBFA84: hue angle of 67.63º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBFA84 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB235250132-
CMYK0.0600.470.02
HSL67.63º92.19%74.9%-
HSV(B)67.63º47.2%98.04%-
XYZ72.6187.734.93-
YUV232.0671.53130.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 132 (51.95% from 255) = 21.39%
R=38.09%
G=40.52%
B=21.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501320.0600.470.0267.6392.1974.9
HexEBFA84602F2445c4b
Octal35337220460572104134113
Binary111010111111101010000100110010111110100010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFA84; }

 p { color: rgb(235,250,132); }

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

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

 a { background-color: rgb(235,250,132); }

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

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

 span { border-color: rgb(235,250,132); }

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