#EFF880

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

Shades of Tidal #EFF880

Tints of Tidal #EFF880

Color information

#EFF880 (or 0xEFF880) is unknown color: approx Tidal. HEX triplet: EF, F8 and 80. RGB value is (239,248,128). Sum of RGB (Red+Green+Blue) = 239+248+128=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF880 is #10077F. Grayscale: #E8E8E8. Windows color (decimal): -1050496 or 8452335. OLE color: 8452335.

HSL color Cylindrical-coordinate representation of color #EFF880: hue angle of 64.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFF880 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB239248128-
CMYK0.0400.480.03
HSL64.5º89.55%73.73%-
HSV(B)64.5º48.39%97.25%-
XYZ73.0687.0433.37-
YUV231.6369.52133.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 248 (97.27% from 255) = 40.33%
BLUE value IS 128 (50.39% from 255) = 20.81%
R=38.86%
G=40.33%
B=20.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392481280.0400.480.0364.589.5573.73
HexEFF88040303405a4a
Octal35737020040603100132112
Binary111011111111100010000000100011000011100000010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF880; }

 p { color: rgb(239,248,128); }

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

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

 a { background-color: rgb(239,248,128); }

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

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

 span { border-color: rgb(239,248,128); }

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