#EBF282

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

Shades of Tidal #EBF282

Tints of Tidal #EBF282

Color information

#EBF282 (or 0xEBF282) is unknown color: approx Tidal. HEX triplet: EB, F2 and 82. RGB value is (235,242,130). Sum of RGB (Red+Green+Blue) = 235+242+130=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF282 is #140D7D. Grayscale: #E3E3E3. Windows color (decimal): -1314174 or 8581867. OLE color: 8581867.

HSL color Cylindrical-coordinate representation of color #EBF282: hue angle of 63.75º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBF282 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB235242130-
CMYK0.0300.460.05
HSL63.75º81.16%72.94%-
HSV(B)63.75º46.28%94.9%-
XYZ70.0482.7833.41-
YUV227.1473.18133.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 242 (94.92% from 255) = 39.87%
BLUE value IS 130 (51.17% from 255) = 21.42%
R=38.71%
G=39.87%
B=21.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352421300.0300.460.0563.7581.1672.94
HexEBF282302E5405149
Octal35336220230565100121111
Binary111010111111001010000010110101110101100000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF282; }

 p { color: rgb(235,242,130); }

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

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

 a { background-color: rgb(235,242,130); }

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

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

 span { border-color: rgb(235,242,130); }

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