Html Css Color HEX #E2FE94 Tidal

📋 copy color: '#E2FE94'

red 226 ◦ green 254 ◦ blue 148

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

Shades of Tidal #E2FE94

Tints of Tidal #E2FE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.57%

R = 35.99%
G = 40.45%
B = 23.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#E2FE94 (or 0xE2FE94) is known color: Tidal. HEX triplet: E2, FE and 94. RGB value is (226,254,148). Sum of RGB (Red+Green+Blue) = 226+254+148=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 148 (58.20% from 255 or 23.57% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FE94 is #1D016B. Grayscale: #E9E9E9. Windows color (decimal): -1900908 or 9764578. OLE color: 9764578.

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

Color convert

RGB 226 254 148 -
CMYK 0.11 0 0.42 0.00
HSL 75.85º 0.98% 0.79% -
HSV(B) 75.85º 0.42% 1% -
XYZ 72.15 89.19 41.43 -
YUV 233.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 226 254 148 0.11 0 0.42 0.00 75.85 0.98 0.79
Hex E2 FE 94 B 0 2A 0 4C 62 4F
Octal 342 376 224 13 0 52 0 114 142 117
Binary 11100010 11111110 10010100 1011 0 101010 0 1001100 1100010 1001111

Color Harmonies of #E2FE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FE94

Black with #E2FE94

Text Example


Text Example

White with #E2FE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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