#E0FF85

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

Shades of Tidal #E0FF85

Tints of Tidal #E0FF85

Color information

#E0FF85 (or 0xE0FF85) is unknown color: approx Tidal. HEX triplet: E0, FF and 85. RGB value is (224,255,133). Sum of RGB (Red+Green+Blue) = 224+255+133=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FF85 is #1F007A. Grayscale: #E8E8E8. Windows color (decimal): -2031739 or 8781792. OLE color: 8781792.

HSL color Cylindrical-coordinate representation of color #E0FF85: hue angle of 75.25º 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 #E0FF85 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB224255133-
CMYK0.1200.480
HSL75.25º100%76.08%-
HSV(B)75.25º47.84%100%-
XYZ70.7389.0635.65-
YUV231.8272.23122.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 133 (52.34% from 255) = 21.73%
R=36.60%
G=41.67%
B=21.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242551330.1200.48075.2510076.08
HexE0FF85C03004b644c
Octal340377205140600113144114
Binary111000001111111110000101110001100000100101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FF85; }

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

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

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

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

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

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

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

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