#EFFF8D

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

Shades of Tidal #EFFF8D

Tints of Tidal #EFFF8D

Color information

#EFFF8D (or 0xEFFF8D) is unknown color: approx Tidal. HEX triplet: EF, FF and 8D. RGB value is (239,255,141). Sum of RGB (Red+Green+Blue) = 239+255+141=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 141 (55.47% from 255 or 22.20% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF8D is #100072. Grayscale: #EDEDED. Windows color (decimal): -1048691 or 9306095. OLE color: 9306095.

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

Color convert

RGB239255141-
CMYK0.0600.450
HSL68.42º100%77.65%-
HSV(B)68.42º44.71%100%-
XYZ76.1691.7938.9-
YUV237.2273.7129.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 141 (55.47% from 255) = 22.20%
R=37.64%
G=40.16%
B=22.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551410.0600.45068.4210077.65
HexEFFF8D602D044644e
Octal35737721560550104144116
Binary11101111111111111000110111001011010100010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFF8D; }

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

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

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

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

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

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

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

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