Html Css Color HEX #E2FE95 Tidal

📋 copy color: '#E2FE95'

red 226 ◦ green 254 ◦ blue 149

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

Shades of Tidal #E2FE95

Tints of Tidal #E2FE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.69%

R = 35.93%
G = 40.38%
B = 23.69%

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

#E2FE95 (or 0xE2FE95) is known color: Tidal. HEX triplet: E2, FE and 95. RGB value is (226,254,149). Sum of RGB (Red+Green+Blue) = 226+254+149=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FE95 is #1D016A. Grayscale: #EAEAEA. Windows color (decimal): -1900907 or 9830114. OLE color: 9830114.

HSL color Cylindrical-coordinate representation of color #E2FE95: hue angle of 76º 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 #E2FE95 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 254 149 -
CMYK 0.11 0 0.41 0.00
HSL 76º 0.98% 0.79% -
HSV(B) 76º 0.41% 1% -
XYZ 72.23 89.22 41.85 -
YUV 233.66 80.22 122.54 -
System Red Green Blue C M Y K H S L
Decimal 226 254 149 0.11 0 0.41 0.00 76 0.98 0.79
Hex E2 FE 95 B 0 29 0 4C 62 4F
Octal 342 376 225 13 0 51 0 114 142 117
Binary 11100010 11111110 10010101 1011 0 101001 0 1001100 1100010 1001111

Color Harmonies of #E2FE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FE95

Black with #E2FE95

Text Example


Text Example

White with #E2FE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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