#EBFF85

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

Shades of Tidal #EBFF85

Tints of Tidal #EBFF85

Color information

#EBFF85 (or 0xEBFF85) is unknown color: approx Tidal. HEX triplet: EB, FF and 85. RGB value is (235,255,133). Sum of RGB (Red+Green+Blue) = 235+255+133=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 133 (52.34% from 255 or 21.35% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFF85 is #14007A. Grayscale: #EBEBEB. Windows color (decimal): -1310843 or 8781803. OLE color: 8781803.

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

Color convert

RGB235255133-
CMYK0.0800.480
HSL69.84º100%76.08%-
HSV(B)69.84º47.84%100%-
XYZ74.2590.8835.82-
YUV235.1170.37127.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 133 (52.34% from 255) = 21.35%
R=37.72%
G=40.93%
B=21.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551330.0800.48069.8410076.08
HexEBFF858030046644c
Octal353377205100600106144114
Binary111010111111111110000101100001100000100011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFF85; }

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

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

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

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

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

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

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

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