#EAF488

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

Shades of Tidal #EAF488

Tints of Tidal #EAF488

Color information

#EAF488 (or 0xEAF488) is unknown color: approx Tidal. HEX triplet: EA, F4 and 88. RGB value is (234,244,136). Sum of RGB (Red+Green+Blue) = 234+244+136=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 136 (53.52% from 255 or 22.15% from 614); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF488 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF488 is #150B77. Grayscale: #E5E5E5. Windows color (decimal): -1379192 or 8975594. OLE color: 8975594.

HSL color Cylindrical-coordinate representation of color #EAF488: hue angle of 65.56º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAF488 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB234244136-
CMYK0.0400.440.04
HSL65.56º83.08%74.51%-
HSV(B)65.56º44.26%95.69%-
XYZ70.7383.9735.77-
YUV228.775.69131.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 244 (95.70% from 255) = 39.74%
BLUE value IS 136 (53.52% from 255) = 22.15%
R=38.11%
G=39.74%
B=22.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441360.0400.440.0465.5683.0874.51
HexEAF488402C442534b
Octal35236421040544102123113
Binary1110101011110100100010001000101100100100001010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF488; }

 p { color: rgb(234,244,136); }

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

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

 a { background-color: rgb(234,244,136); }

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

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

 span { border-color: rgb(234,244,136); }

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