#EBFD81

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

Shades of Tidal #EBFD81

Tints of Tidal #EBFD81

Color information

#EBFD81 (or 0xEBFD81) is unknown color: approx Tidal. HEX triplet: EB, FD and 81. RGB value is (235,253,129). Sum of RGB (Red+Green+Blue) = 235+253+129=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 129 (50.78% from 255 or 20.91% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFD81 is #14027E. Grayscale: #E9E9E9. Windows color (decimal): -1311359 or 8519147. OLE color: 8519147.

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

Color convert

RGB235253129-
CMYK0.0700.490.01
HSL68.71º96.88%74.9%-
HSV(B)68.71º49.01%99.22%-
XYZ73.3589.534.18-
YUV233.4869.04129.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 253 (99.22% from 255) = 41.00%
BLUE value IS 129 (50.78% from 255) = 20.91%
R=38.09%
G=41.00%
B=20.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531290.0700.490.0168.7196.8874.9
HexEBFD817031145614b
Octal35337520170611105141113
Binary11101011111111011000000111101100011100010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFD81; }

 p { color: rgb(235,253,129); }

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

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

 a { background-color: rgb(235,253,129); }

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

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

 span { border-color: rgb(235,253,129); }

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