#EFFD8D

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

Shades of Tidal #EFFD8D

Tints of Tidal #EFFD8D

Color information

#EFFD8D (or 0xEFFD8D) is unknown color: approx Tidal. HEX triplet: EF, FD and 8D. RGB value is (239,253,141). Sum of RGB (Red+Green+Blue) = 239+253+141=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 141 (55.47% from 255 or 22.27% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFD8D is #100272. Grayscale: #ECECEC. Windows color (decimal): -1049203 or 9305583. OLE color: 9305583.

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

Color convert

RGB239253141-
CMYK0.0600.440.01
HSL67.5º96.55%77.25%-
HSV(B)67.5º44.27%99.22%-
XYZ75.5390.5238.69-
YUV236.0574.36130.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 253 (99.22% from 255) = 39.97%
BLUE value IS 141 (55.47% from 255) = 22.27%
R=37.76%
G=39.97%
B=22.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531410.0600.440.0167.596.5577.25
HexEFFD8D602C144614d
Octal35737521560541104141115
Binary11101111111111011000110111001011001100010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFD8D; }

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

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

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

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

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

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

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

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