Html Css Color HEX #E2FE96 Tidal

📋 copy color: '#E2FE96'

red 226 ◦ green 254 ◦ blue 150

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

Shades of Tidal #E2FE96

Tints of Tidal #E2FE96

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

 BLUE value IS 150 (58.98% from 255) = 23.81%

R = 35.87%
G = 40.32%
B = 23.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#E2FE96 (or 0xE2FE96) is known color: Tidal. HEX triplet: E2, FE and 96. RGB value is (226,254,150). Sum of RGB (Red+Green+Blue) = 226+254+150=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FE96 is #1D0169. Grayscale: #EAEAEA. Windows color (decimal): -1900906 or 9895650. OLE color: 9895650.

HSL color Cylindrical-coordinate representation of color #E2FE96: hue angle of 76.15º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2FE96 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 254 150 -
CMYK 0.11 0 0.41 0.00
HSL 76.15º 0.98% 0.79% -
HSV(B) 76.15º 0.41% 1% -
XYZ 72.31 89.25 42.27 -
YUV 233.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 226 254 150 0.11 0 0.41 0.00 76.15 0.98 0.79
Hex E2 FE 96 B 0 29 0 4C 62 4F
Octal 342 376 226 13 0 51 0 114 142 117
Binary 11100010 11111110 10010110 1011 0 101001 0 1001100 1100010 1001111

Color Harmonies of #E2FE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FE96

Black with #E2FE96

Text Example


Text Example

White with #E2FE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FE96; }

 p { color: rgb(226,254,150); }

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

background-color css

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

 a { background-color: rgb(226,254,150); }

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

border-color css

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

 span { border-color: rgb(226,254,150); }

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