#E6F182

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

Shades of Tidal #E6F182

Tints of Tidal #E6F182

Color information

#E6F182 (or 0xE6F182) is unknown color: approx Tidal. HEX triplet: E6, F1 and 82. RGB value is (230,241,130). Sum of RGB (Red+Green+Blue) = 230+241+130=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F182 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F182 is #190E7D. Grayscale: #E1E1E1. Windows color (decimal): -1642110 or 8581606. OLE color: 8581606.

HSL color Cylindrical-coordinate representation of color #E6F182: hue angle of 65.95º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6F182 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB230241130-
CMYK0.0500.460.05
HSL65.95º79.86%72.75%-
HSV(B)65.95º46.06%94.51%-
XYZ68.1281.3533.23-
YUV225.0674.36131.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.27%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 130 (51.17% from 255) = 21.63%
R=38.27%
G=40.10%
B=21.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302411300.0500.460.0565.9579.8672.75
HexE6F182502E5425049
Octal34636120250565102120111
Binary1110011011110001100000101010101110101100001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F182; }

 p { color: rgb(230,241,130); }

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

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

 a { background-color: rgb(230,241,130); }

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

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

 span { border-color: rgb(230,241,130); }

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