#EFFF97

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

Shades of Tidal #EFFF97

Tints of Tidal #EFFF97

Color information

#EFFF97 (or 0xEFFF97) is unknown color: approx Tidal. HEX triplet: EF, FF and 97. RGB value is (239,255,151). Sum of RGB (Red+Green+Blue) = 239+255+151=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 151 (59.38% from 255 or 23.41% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF97 is #100068. Grayscale: #EEEEEE. Windows color (decimal): -1048681 or 9961455. OLE color: 9961455.

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

Color convert

RGB239255151-
CMYK0.0600.410
HSL69.23º100%79.61%-
HSV(B)69.23º40.78%100%-
XYZ76.9492.1143-
YUV238.3678.7128.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 151 (59.38% from 255) = 23.41%
R=37.05%
G=39.53%
B=23.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551510.0600.41069.2310079.61
HexEFFF9760290456450
Octal35737722760510105144120
Binary11101111111111111001011111001010010100010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFF97; }

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

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

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

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

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

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

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

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