Html Css Color HEX #E1F384 Tidal

📋 copy color: '#E1F384'

red 225 ◦ green 243 ◦ blue 132

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

Shades of Tidal #E1F384

Tints of Tidal #E1F384

RGB

 RED value IS 225 (88.28% from 255) = 37.5%

 GREEN value IS 243 (95.31% from 255) = 40.5%

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

R = 37.5%
G = 40.5%
B = 22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#E1F384 (or 0xE1F384) is known color: Tidal. HEX triplet: E1, F3 and 84. RGB value is (225,243,132). Sum of RGB (Red+Green+Blue) = 225+243+132=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 132 (51.95% from 255 or 22% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F384 is #1E0C7B. Grayscale: #E1E1E1. Windows color (decimal): -1969276 or 8713185. OLE color: 8713185.

HSL color Cylindrical-coordinate representation of color #E1F384: hue angle of 69.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1F384 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 243 132 -
CMYK 0.07 0 0.46 0.05
HSL 69.73º 0.82% 0.74% -
HSV(B) 69.73º 0.46% 0.95% -
XYZ 67.27 81.77 34.07 -
YUV 224.96 75.54 128.03 -
System Red Green Blue C M Y K H S L
Decimal 225 243 132 0.07 0 0.46 0.05 69.73 0.82 0.74
Hex E1 F3 84 7 0 2E 5 46 52 4A
Octal 341 363 204 7 0 56 5 106 122 112
Binary 11100001 11110011 10000100 111 0 101110 101 1000110 1010010 1001010

Color Harmonies of #E1F384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F384

Black with #E1F384

Text Example


Text Example

White with #E1F384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F384; }

 p { color: rgb(225,243,132); }

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

background-color css

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

 a { background-color: rgb(225,243,132); }

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

border-color css

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

 span { border-color: rgb(225,243,132); }

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