Html Css Color HEX #E2FC84 Tidal

📋 copy color: '#E2FC84'

red 226 ◦ green 252 ◦ blue 132

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

Shades of Tidal #E2FC84

Tints of Tidal #E2FC84

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.31%

 BLUE value IS 132 (51.95% from 255) = 21.64%

R = 37.05%
G = 41.31%
B = 21.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#E2FC84 (or 0xE2FC84) is known color: Tidal. HEX triplet: E2, FC and 84. RGB value is (226,252,132). Sum of RGB (Red+Green+Blue) = 226+252+132=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 132 (51.95% from 255 or 21.64% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FC84 is #1D037B. Grayscale: #E6E6E6. Windows color (decimal): -1901436 or 8715490. OLE color: 8715490.

HSL color Cylindrical-coordinate representation of color #E2FC84: hue angle of 73º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2FC84 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 252 132 -
CMYK 0.10 0 0.48 0.01
HSL 73º 0.95% 0.75% -
HSV(B) 73º 0.48% 0.99% -
XYZ 70.34 87.46 35 -
YUV 230.55 72.39 124.76 -
System Red Green Blue C M Y K H S L
Decimal 226 252 132 0.10 0 0.48 0.01 73 0.95 0.75
Hex E2 FC 84 A 0 30 1 49 5F 4B
Octal 342 374 204 12 0 60 1 111 137 113
Binary 11100010 11111100 10000100 1010 0 110000 1 1001001 1011111 1001011

Color Harmonies of #E2FC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FC84

Black with #E2FC84

Text Example


Text Example

White with #E2FC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FC84; }

 p { color: rgb(226,252,132); }

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

background-color css

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

 a { background-color: rgb(226,252,132); }

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

border-color css

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

 span { border-color: rgb(226,252,132); }

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