#EBFF7D

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

Shades of Tidal #EBFF7D

Tints of Tidal #EBFF7D

Color information

#EBFF7D (or 0xEBFF7D) is unknown color: approx Tidal. HEX triplet: EB, FF and 7D. RGB value is (235,255,125). Sum of RGB (Red+Green+Blue) = 235+255+125=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 125 (49.22% from 255 or 20.33% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFF7D is #140082. Grayscale: #EAEAEA. Windows color (decimal): -1310851 or 8257515. OLE color: 8257515.

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

Color convert

RGB235255125-
CMYK0.0800.510
HSL69.23º100%74.51%-
HSV(B)69.23º50.98%100%-
XYZ73.7290.6633.02-
YUV234.266.37128.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 125 (49.22% from 255) = 20.33%
R=38.21%
G=41.46%
B=20.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551250.0800.51069.2310074.51
HexEBFF7D8033045644b
Octal353377175100630105144113
Binary11101011111111111111101100001100110100010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFF7D; }

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

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

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

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

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

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

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

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