#EAFF85

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

Shades of Tidal #EAFF85

Tints of Tidal #EAFF85

Color information

#EAFF85 (or 0xEAFF85) is unknown color: approx Tidal. HEX triplet: EA, FF and 85. RGB value is (234,255,133). Sum of RGB (Red+Green+Blue) = 234+255+133=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 133 (52.34% from 255 or 21.38% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF85 is #15007A. Grayscale: #EBEBEB. Windows color (decimal): -1376379 or 8781802. OLE color: 8781802.

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

Color convert

RGB234255133-
CMYK0.0800.480
HSL70.33º100%76.08%-
HSV(B)70.33º47.84%100%-
XYZ73.9390.7135.8-
YUV234.8170.54127.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 255 (100% from 255) = 41.00%
BLUE value IS 133 (52.34% from 255) = 21.38%
R=37.62%
G=41.00%
B=21.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551330.0800.48070.3310076.08
HexEAFF858030046644c
Octal352377205100600106144114
Binary111010101111111110000101100001100000100011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF85; }

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

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

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

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

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

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

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

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