#EBFF96

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

Shades of Tidal #EBFF96

Tints of Tidal #EBFF96

Color information

#EBFF96 (or 0xEBFF96) is unknown color: approx Tidal. HEX triplet: EB, FF and 96. RGB value is (235,255,150). Sum of RGB (Red+Green+Blue) = 235+255+150=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 150 (58.98% from 255 or 23.44% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFF96 is #140069. Grayscale: #EDEDED. Windows color (decimal): -1310826 or 9895915. OLE color: 9895915.

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

Color convert

RGB235255150-
CMYK0.0800.410
HSL71.43º100%79.41%-
HSV(B)71.43º41.18%100%-
XYZ75.5391.3842.51-
YUV237.0578.87126.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 150 (58.98% from 255) = 23.44%
R=36.72%
G=39.84%
B=23.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551500.0800.41071.4310079.41
HexEBFF968029047644f
Octal353377226100510107144117
Binary111010111111111110010110100001010010100011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFF96; }

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

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

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

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

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

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

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

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