Html Css Color HEX #E2F185 Tidal

📋 copy color: '#E2F185'

red 226 ◦ green 241 ◦ blue 133

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

Shades of Tidal #E2F185

Tints of Tidal #E2F185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.17%

 BLUE value IS 133 (52.34% from 255) = 22.17%

R = 37.67%
G = 40.17%
B = 22.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#E2F185 (or 0xE2F185) is known color: Tidal. HEX triplet: E2, F1 and 85. RGB value is (226,241,133). Sum of RGB (Red+Green+Blue) = 226+241+133=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F185 is #1D0E7A. Grayscale: #E0E0E0. Windows color (decimal): -1904251 or 8778210. OLE color: 8778210.

HSL color Cylindrical-coordinate representation of color #E2F185: hue angle of 68.33º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2F185 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 241 133 -
CMYK 0.06 0 0.45 0.05
HSL 68.33º 0.79% 0.73% -
HSV(B) 68.33º 0.45% 0.95% -
XYZ 67.05 80.77 34.25 -
YUV 224.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 226 241 133 0.06 0 0.45 0.05 68.33 0.79 0.73
Hex E2 F1 85 6 0 2D 5 44 4F 49
Octal 342 361 205 6 0 55 5 104 117 111
Binary 11100010 11110001 10000101 110 0 101101 101 1000100 1001111 1001001

Color Harmonies of #E2F185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F185

Black with #E2F185

Text Example


Text Example

White with #E2F185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F185; }

 p { color: rgb(226,241,133); }

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

background-color css

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

 a { background-color: rgb(226,241,133); }

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

border-color css

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

 span { border-color: rgb(226,241,133); }

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