Html Css Color HEX #E2FA86 Tidal

📋 copy color: '#E2FA86'

red 226 ◦ green 250 ◦ blue 134

#E2FA86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #E2FA86

Tints of Tidal #E2FA86

RGB

 RED value IS 226 (88.67% from 255) = 37.05%

 GREEN value IS 250 (98.05% from 255) = 40.98%

 BLUE value IS 134 (52.73% from 255) = 21.97%

R = 37.05%
G = 40.98%
B = 21.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#E2FA86 (or 0xE2FA86) is known color: Tidal. HEX triplet: E2, FA and 86. RGB value is (226,250,134). Sum of RGB (Red+Green+Blue) = 226+250+134=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FA86 is #1D0579. Grayscale: #E6E6E6. Windows color (decimal): -1901946 or 8846050. OLE color: 8846050.

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

Color convert

RGB 226 250 134 -
CMYK 0.10 0 0.46 0.02
HSL 72.41º 0.92% 0.75% -
HSV(B) 72.41º 0.46% 0.98% -
XYZ 69.85 86.26 35.52 -
YUV 229.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 226 250 134 0.10 0 0.46 0.02 72.41 0.92 0.75
Hex E2 FA 86 A 0 2E 2 48 5C 4B
Octal 342 372 206 12 0 56 2 110 134 113
Binary 11100010 11111010 10000110 1010 0 101110 10 1001000 1011100 1001011

Color Harmonies of #E2FA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA86

Black with #E2FA86

Text Example


Text Example

White with #E2FA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA86; }

 p { color: rgb(226,250,134); }

 H1.HeaderClassName
 {
   color: #E2FA86;
 }
 .AnyTagClassName
 {
   color: #E2FA86;
 }
</style>

background-color css

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

 a { background-color: rgb(226,250,134); }

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

border-color css

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

 span { border-color: rgb(226,250,134); }

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