#EAFC81

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

Shades of Tidal #EAFC81

Tints of Tidal #EAFC81

Color information

#EAFC81 (or 0xEAFC81) is unknown color: approx Tidal. HEX triplet: EA, FC and 81. RGB value is (234,252,129). Sum of RGB (Red+Green+Blue) = 234+252+129=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 129 (50.78% from 255 or 20.98% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFC81 is #15037E. Grayscale: #E9E9E9. Windows color (decimal): -1377151 or 8518890. OLE color: 8518890.

HSL color Cylindrical-coordinate representation of color #EAFC81: hue angle of 68.78º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAFC81 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB234252129-
CMYK0.0700.490.01
HSL68.78º95.35%74.71%-
HSV(B)68.78º48.81%98.82%-
XYZ72.788.734.06-
YUV232.669.54129-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 129 (50.78% from 255) = 20.98%
R=38.05%
G=40.98%
B=20.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342521290.0700.490.0168.7895.3574.71
HexEAFC8170311455f4b
Octal35237420170611105137113
Binary11101010111111001000000111101100011100010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFC81; }

 p { color: rgb(234,252,129); }

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

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

 a { background-color: rgb(234,252,129); }

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

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

 span { border-color: rgb(234,252,129); }

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