Html Css Color HEX #EAFF98 Tidal

📋 copy color: '#EAFF98'

red 234 ◦ green 255 ◦ blue 152

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

Shades of Tidal #EAFF98

Tints of Tidal #EAFF98

RGB

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

 GREEN value IS 255 (100% from 255) = 39.78%

 BLUE value IS 152 (59.77% from 255) = 23.71%

R = 36.51%
G = 39.78%
B = 23.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#EAFF98 (or 0xEAFF98) is known color: Tidal. HEX triplet: EA, FF and 98. RGB value is (234,255,152). Sum of RGB (Red+Green+Blue) = 234+255+152=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 152 (59.77% from 255 or 23.71% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF98 is #150067. Grayscale: #EDEDED. Windows color (decimal): -1376360 or 10026986. OLE color: 10026986.

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

Color convert

RGB 234 255 152 -
CMYK 0.08 0 0.40 0
HSL 72.23º 1% 0.8% -
HSV(B) 72.23º 0.4% 1% -
XYZ 75.36 91.28 43.35 -
YUV 236.98 80.04 125.88 -
System Red Green Blue C M Y K H S L
Decimal 234 255 152 0.08 0 0.40 0 72.23 1 0.8
Hex EA FF 98 8 0 28 0 48 64 50
Octal 352 377 230 10 0 50 0 110 144 120
Binary 11101010 11111111 10011000 1000 0 101000 0 1001000 1100100 1010000

Color Harmonies of #EAFF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF98

Black with #EAFF98

Text Example


Text Example

White with #EAFF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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