#E3FF85

Color #E3FF85 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #E3FF85

Tints of Tidal #E3FF85

Color information

#E3FF85 (or 0xE3FF85) is unknown color: approx Tidal. HEX triplet: E3, FF and 85. RGB value is (227,255,133). Sum of RGB (Red+Green+Blue) = 227+255+133=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 133 (52.34% from 255 or 21.63% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #E3FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3FF85 is #1C007A. Grayscale: #E9E9E9. Windows color (decimal): -1835131 or 8781795. OLE color: 8781795.

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

Color convert

RGB227255133-
CMYK0.1100.480
HSL73.77º100%76.08%-
HSV(B)73.77º47.84%100%-
XYZ71.6789.5435.7-
YUV232.7271.72123.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.91%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 133 (52.34% from 255) = 21.63%
R=36.91%
G=41.46%
B=21.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2272551330.1100.48073.7710076.08
HexE3FF85B03004a644c
Octal343377205130600112144114
Binary111000111111111110000101101101100000100101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3FF85; }

 p { color: rgb(227,255,133); }

 H1.HeaderClassName
 {
   color: #E3FF85;
 }
 .AnyTagClassName
 {
   color: #E3FF85;
 }
</style>
background-color css

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

 a { background-color: rgb(227,255,133); }

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

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

 span { border-color: rgb(227,255,133); }

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