#E6F98D

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

Shades of Tidal #E6F98D

Tints of Tidal #E6F98D

Color information

#E6F98D (or 0xE6F98D) is unknown color: approx Tidal. HEX triplet: E6, F9 and 8D. RGB value is (230,249,141). Sum of RGB (Red+Green+Blue) = 230+249+141=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 141 (55.47% from 255 or 22.74% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #E6F98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F98D is #190672. Grayscale: #E7E7E7. Windows color (decimal): -1640051 or 9304550. OLE color: 9304550.

HSL color Cylindrical-coordinate representation of color #E6F98D: hue angle of 70.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6F98D is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB230249141-
CMYK0.0800.430.02
HSL70.56º90%76.47%-
HSV(B)70.56º43.37%97.65%-
XYZ71.3286.538.14-
YUV231.0177.21127.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 249 (97.66% from 255) = 40.16%
BLUE value IS 141 (55.47% from 255) = 22.74%
R=37.10%
G=40.16%
B=22.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302491410.0800.430.0270.569076.47
HexE6F98D802B2475a4c
Octal346371215100532107132114
Binary1110011011111001100011011000010101110100011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F98D; }

 p { color: rgb(230,249,141); }

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

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

 a { background-color: rgb(230,249,141); }

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

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

 span { border-color: rgb(230,249,141); }

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