#E8FA82

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

Shades of Tidal #E8FA82

Tints of Tidal #E8FA82

Color information

#E8FA82 (or 0xE8FA82) is unknown color: approx Tidal. HEX triplet: E8, FA and 82. RGB value is (232,250,130). Sum of RGB (Red+Green+Blue) = 232+250+130=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FA82 is #17057D. Grayscale: #E7E7E7. Windows color (decimal): -1508734 or 8583912. OLE color: 8583912.

HSL color Cylindrical-coordinate representation of color #E8FA82: hue angle of 69º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8FA82 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB232250130-
CMYK0.0700.480.02
HSL69º92.31%74.51%-
HSV(B)69º48%98.04%-
XYZ71.4987.1434.17-
YUV230.9471.04128.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.91%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 130 (51.17% from 255) = 21.24%
R=37.91%
G=40.85%
B=21.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322501300.0700.480.026992.3174.51
HexE8FA8270302455c4b
Octal35037220270602105134113
Binary111010001111101010000010111011000010100010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FA82; }

 p { color: rgb(232,250,130); }

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

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

 a { background-color: rgb(232,250,130); }

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

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

 span { border-color: rgb(232,250,130); }

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