#EFFD8B

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

Shades of Tidal #EFFD8B

Tints of Tidal #EFFD8B

Color information

#EFFD8B (or 0xEFFD8B) is unknown color: approx Tidal. HEX triplet: EF, FD and 8B. RGB value is (239,253,139). Sum of RGB (Red+Green+Blue) = 239+253+139=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 139 (54.69% from 255 or 22.03% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFD8B is #100274. Grayscale: #ECECEC. Windows color (decimal): -1049205 or 9174511. OLE color: 9174511.

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

Color convert

RGB239253139-
CMYK0.0600.450.01
HSL67.37º96.61%76.86%-
HSV(B)67.37º45.06%99.22%-
XYZ75.3890.4737.91-
YUV235.8273.36130.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 139 (54.69% from 255) = 22.03%
R=37.88%
G=40.10%
B=22.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531390.0600.450.0167.3796.6176.86
HexEFFD8B602D143614d
Octal35737521360551103141115
Binary11101111111111011000101111001011011100001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFD8B; }

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

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

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

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

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

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

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

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