#EAFF97

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

Shades of Tidal #EAFF97

Tints of Tidal #EAFF97

Color information

#EAFF97 (or 0xEAFF97) is unknown color: approx Tidal. HEX triplet: EA, FF and 97. RGB value is (234,255,151). Sum of RGB (Red+Green+Blue) = 234+255+151=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 151 (59.38% from 255 or 23.59% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF97 is #150068. Grayscale: #EDEDED. Windows color (decimal): -1376361 or 9961450. OLE color: 9961450.

HSL color Cylindrical-coordinate representation of color #EAFF97: hue angle of 72.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAFF97 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB234255151-
CMYK0.0800.410
HSL72.12º100%79.61%-
HSV(B)72.12º40.78%100%-
XYZ75.2891.2542.92-
YUV236.8679.54125.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 151 (59.38% from 255) = 23.59%
R=36.56%
G=39.84%
B=23.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551510.0800.41072.1210079.61
HexEAFF9780290486450
Octal352377227100510110144120
Binary111010101111111110010111100001010010100100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF97; }

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

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

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

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

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

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

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

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