#EFF581

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

Shades of Tidal #EFF581

Tints of Tidal #EFF581

Color information

#EFF581 (or 0xEFF581) is unknown color: approx Tidal. HEX triplet: EF, F5 and 81. RGB value is (239,245,129). Sum of RGB (Red+Green+Blue) = 239+245+129=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 129 (50.78% from 255 or 21.04% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF581 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF581 is #100A7E. Grayscale: #E6E6E6. Windows color (decimal): -1051263 or 8517103. OLE color: 8517103.

HSL color Cylindrical-coordinate representation of color #EFF581: hue angle of 63.1º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFF581 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB239245129-
CMYK0.0200.470.04
HSL63.1º85.29%73.33%-
HSV(B)63.1º47.35%96.08%-
XYZ72.2185.2433.42-
YUV229.9871.01134.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 245 (96.09% from 255) = 39.97%
BLUE value IS 129 (50.78% from 255) = 21.04%
R=38.99%
G=39.97%
B=21.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392451290.0200.470.0463.185.2973.33
HexEFF581202F43f5549
Octal3573652012057477125111
Binary11101111111101011000000110010111110011111110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF581; }

 p { color: rgb(239,245,129); }

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

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

 a { background-color: rgb(239,245,129); }

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

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

 span { border-color: rgb(239,245,129); }

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