#EEFF85

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

Shades of Tidal #EEFF85

Tints of Tidal #EEFF85

Color information

#EEFF85 (or 0xEEFF85) is unknown color: approx Tidal. HEX triplet: EE, FF and 85. RGB value is (238,255,133). Sum of RGB (Red+Green+Blue) = 238+255+133=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 133 (52.34% from 255 or 21.25% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF85 is #11007A. Grayscale: #ECECEC. Windows color (decimal): -1114235 or 8781806. OLE color: 8781806.

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

Color convert

RGB238255133-
CMYK0.0700.480
HSL68.36º100%76.08%-
HSV(B)68.36º47.84%100%-
XYZ75.2591.3935.86-
YUV236.0169.87129.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 133 (52.34% from 255) = 21.25%
R=38.02%
G=40.73%
B=21.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551330.0700.48068.3610076.08
HexEEFF857030044644c
Octal35637720570600104144114
Binary11101110111111111000010111101100000100010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFF85; }

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

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

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

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

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

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

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

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