Html Css Color HEX #E2FD95 Tidal

📋 copy color: '#E2FD95'

red 226 ◦ green 253 ◦ blue 149

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

Shades of Tidal #E2FD95

Tints of Tidal #E2FD95

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.29%

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

R = 35.99%
G = 40.29%
B = 23.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#E2FD95 (or 0xE2FD95) is known color: Tidal. HEX triplet: E2, FD and 95. RGB value is (226,253,149). Sum of RGB (Red+Green+Blue) = 226+253+149=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FD95 is #1D026A. Grayscale: #E9E9E9. Windows color (decimal): -1901163 or 9829858. OLE color: 9829858.

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

Color convert

RGB 226 253 149 -
CMYK 0.11 0 0.41 0.01
HSL 75.58º 0.96% 0.79% -
HSV(B) 75.58º 0.41% 0.99% -
XYZ 71.91 88.59 41.74 -
YUV 233.07 80.55 122.96 -
System Red Green Blue C M Y K H S L
Decimal 226 253 149 0.11 0 0.41 0.01 75.58 0.96 0.79
Hex E2 FD 95 B 0 29 1 4C 60 4F
Octal 342 375 225 13 0 51 1 114 140 117
Binary 11100010 11111101 10010101 1011 0 101001 1 1001100 1100000 1001111

Color Harmonies of #E2FD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FD95

Black with #E2FD95

Text Example


Text Example

White with #E2FD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FD95; }

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

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

background-color css

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

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

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

border-color css

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

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

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