#efff96

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

Shades of Tidal #EFFF96

Tints of Tidal #EFFF96

Color information

#EFFF96 (or 0xEFFF96) is unknown color: approx Tidal. HEX triplet: EF, FF and 96. RGB value is (239,255,150). Sum of RGB (Red+Green+Blue) = 239+255+150=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 150 (58.98% from 255 or 23.29% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF96 is #100069. Grayscale: #EEEEEE. Windows color (decimal): -1048682 or 9895919. OLE color: 9895919.

HSL color Cylindrical-coordinate representation of color #EFFF96: hue angle of 69.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFFF96 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB239255150-
CMYK0.0600.410
HSL69.14º100%79.41%-
HSV(B)69.14º41.18%100%-
XYZ76.8692.0742.57-
YUV238.2578.2128.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 150 (58.98% from 255) = 23.29%
R=37.11%
G=39.60%
B=23.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551500.0600.41069.1410079.41
HexEFFF966029045644f
Octal35737722660510105144117
Binary11101111111111111001011011001010010100010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efff96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efff96; }

 p { color: rgb(239,255,150); }

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

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

 a { background-color: rgb(239,255,150); }

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

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

 span { border-color: rgb(239,255,150); }

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