Html Css Color HEX #EAF488 Tidal

📋 copy color: '#EAF488'

red 234 ◦ green 244 ◦ blue 136

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

Shades of Tidal #EAF488

Tints of Tidal #EAF488

RGB

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

 GREEN value IS 244 (95.7% 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 value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#EAF488 (or 0xEAF488) is known color: 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

RGB 234 244 136 -
CMYK 0.04 0 0.44 0.04
HSL 65.56º 0.83% 0.75% -
HSV(B) 65.56º 0.44% 0.96% -
XYZ 70.73 83.97 35.77 -
YUV 228.7 75.69 131.78 -
System Red Green Blue C M Y K H S L
Decimal 234 244 136 0.04 0 0.44 0.04 65.56 0.83 0.75
Hex EA F4 88 4 0 2C 4 42 53 4B
Octal 352 364 210 4 0 54 4 102 123 113
Binary 11101010 11110100 10001000 100 0 101100 100 1000010 1010011 1001011

Color Harmonies of #EAF488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF488

Black with #EAF488

Text Example


Text Example

White with #EAF488

Text Example


Text Example

HTML Codes & Css Web 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>