Html Css Color HEX #EAFC97 Tidal

📋 copy color: '#EAFC97'

red 234 ◦ green 252 ◦ blue 151

#EAFC97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #EAFC97

Tints of Tidal #EAFC97

RGB

 RED value IS 234 (91.8% from 255) = 36.73%

 GREEN value IS 252 (98.83% from 255) = 39.56%

 BLUE value IS 151 (59.38% from 255) = 23.7%

R = 36.73%
G = 39.56%
B = 23.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#EAFC97 (or 0xEAFC97) is known color: Tidal. HEX triplet: EA, FC and 97. RGB value is (234,252,151). Sum of RGB (Red+Green+Blue) = 234+252+151=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 151 (59.38% from 255 or 23.70% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFC97 is #150368. Grayscale: #EBEBEB. Windows color (decimal): -1377129 or 9960682. OLE color: 9960682.

HSL color Cylindrical-coordinate representation of color #EAFC97: hue angle of 70.69º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAFC97 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 252 151 -
CMYK 0.07 0 0.40 0.01
HSL 70.69º 0.94% 0.79% -
HSV(B) 70.69º 0.4% 0.99% -
XYZ 74.33 89.35 42.61 -
YUV 235.1 80.54 127.21 -
System Red Green Blue C M Y K H S L
Decimal 234 252 151 0.07 0 0.40 0.01 70.69 0.94 0.79
Hex EA FC 97 7 0 28 1 47 5E 4F
Octal 352 374 227 7 0 50 1 107 136 117
Binary 11101010 11111100 10010111 111 0 101000 1 1000111 1011110 1001111

Color Harmonies of #EAFC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFC97

Black with #EAFC97

Text Example


Text Example

White with #EAFC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFC97; }

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

 H1.HeaderClassName
 {
   color: #EAFC97;
 }
 .AnyTagClassName
 {
   color: #EAFC97;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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