#EFFD88

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

Shades of Tidal #EFFD88

Tints of Tidal #EFFD88

Color information

#EFFD88 (or 0xEFFD88) is unknown color: approx Tidal. HEX triplet: EF, FD and 88. RGB value is (239,253,136). Sum of RGB (Red+Green+Blue) = 239+253+136=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 136 (53.52% from 255 or 21.66% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFD88 is #100277. Grayscale: #EBEBEB. Windows color (decimal): -1049208 or 8977903. OLE color: 8977903.

HSL color Cylindrical-coordinate representation of color #EFFD88: hue angle of 67.18º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFFD88 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB239253136-
CMYK0.0600.460.01
HSL67.18º96.69%76.27%-
HSV(B)67.18º46.25%99.22%-
XYZ75.1790.3836.78-
YUV235.4871.86130.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 253 (99.22% from 255) = 40.29%
BLUE value IS 136 (53.52% from 255) = 21.66%
R=38.06%
G=40.29%
B=21.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531360.0600.460.0167.1896.6976.27
HexEFFD88602E143614c
Octal35737521060561103141114
Binary11101111111111011000100011001011101100001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFD88; }

 p { color: rgb(239,253,136); }

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

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

 a { background-color: rgb(239,253,136); }

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

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

 span { border-color: rgb(239,253,136); }

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