#EFF582

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

Shades of Tidal #EFF582

Tints of Tidal #EFF582

Color information

#EFF582 (or 0xEFF582) is unknown color: approx Tidal. HEX triplet: EF, F5 and 82. RGB value is (239,245,130). Sum of RGB (Red+Green+Blue) = 239+245+130=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 130 (51.17% from 255 or 21.17% from 614); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF582 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF582 is #100A7D. Grayscale: #E6E6E6. Windows color (decimal): -1051262 or 8582639. OLE color: 8582639.

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

Color convert

RGB239245130-
CMYK0.0200.470.04
HSL63.13º85.19%73.53%-
HSV(B)63.13º46.94%96.08%-
XYZ72.2885.2733.77-
YUV230.171.51134.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 245 (96.09% from 255) = 39.90%
BLUE value IS 130 (51.17% from 255) = 21.17%
R=38.93%
G=39.90%
B=21.17%

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
Decimal2392451300.0200.470.0463.1385.1973.53
HexEFF582202F43f554a
Octal3573652022057477125112
Binary11101111111101011000001010010111110011111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF582; }

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

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

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

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

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

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

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

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