#EBF980

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

Shades of Tidal #EBF980

Tints of Tidal #EBF980

Color information

#EBF980 (or 0xEBF980) is unknown color: approx Tidal. HEX triplet: EB, F9 and 80. RGB value is (235,249,128). Sum of RGB (Red+Green+Blue) = 235+249+128=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 128 (50.39% from 255 or 20.92% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF980 is #14067F. Grayscale: #E7E7E7. Windows color (decimal): -1312384 or 8452587. OLE color: 8452587.

HSL color Cylindrical-coordinate representation of color #EBF980: hue angle of 66.94º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBF980 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB235249128-
CMYK0.0600.490.02
HSL66.94º90.98%73.92%-
HSV(B)66.94º48.59%97.65%-
XYZ72.0386.9733.41-
YUV231.0269.86130.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 128 (50.39% from 255) = 20.92%
R=38.40%
G=40.69%
B=20.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352491280.0600.490.0266.9490.9873.92
HexEBF98060312435b4a
Octal35337120060612103133112
Binary111010111111100110000000110011000110100001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF980; }

 p { color: rgb(235,249,128); }

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

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

 a { background-color: rgb(235,249,128); }

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

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

 span { border-color: rgb(235,249,128); }

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