Html Css Color HEX #E4F880 Tidal

📋 copy color: '#E4F880'

red 228 ◦ green 248 ◦ blue 128

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

Shades of Tidal #E4F880

Tints of Tidal #E4F880

RGB

 RED value IS 228 (89.45% from 255) = 37.75%

 GREEN value IS 248 (97.27% from 255) = 41.06%

 BLUE value IS 128 (50.39% from 255) = 21.19%

R = 37.75%
G = 41.06%
B = 21.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#E4F880 (or 0xE4F880) is known color: Tidal. HEX triplet: E4, F8 and 80. RGB value is (228,248,128). Sum of RGB (Red+Green+Blue) = 228+248+128=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #E4F880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F880 is #1B077F. Grayscale: #E4E4E4. Windows color (decimal): -1771392 or 8452324. OLE color: 8452324.

HSL color Cylindrical-coordinate representation of color #E4F880: hue angle of 70º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4F880 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 228 248 128 -
CMYK 0.08 0 0.48 0.03
HSL 70º 0.9% 0.74% -
HSV(B) 70º 0.48% 0.97% -
XYZ 69.46 85.19 33.2 -
YUV 228.34 71.37 127.76 -
System Red Green Blue C M Y K H S L
Decimal 228 248 128 0.08 0 0.48 0.03 70 0.9 0.74
Hex E4 F8 80 8 0 30 3 46 5A 4A
Octal 344 370 200 10 0 60 3 106 132 112
Binary 11100100 11111000 10000000 1000 0 110000 11 1000110 1011010 1001010

Color Harmonies of #E4F880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4F880

Black with #E4F880

Text Example


Text Example

White with #E4F880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4F880; }

 p { color: rgb(228,248,128); }

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

background-color css

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

 a { background-color: rgb(228,248,128); }

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

border-color css

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

 span { border-color: rgb(228,248,128); }

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