Html Css Color HEX #E4FA82 Tidal

📋 copy color: '#E4FA82'

red 228 ◦ green 250 ◦ blue 130

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

Shades of Tidal #E4FA82

Tints of Tidal #E4FA82

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.12%

 BLUE value IS 130 (51.17% from 255) = 21.38%

R = 37.5%
G = 41.12%
B = 21.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#E4FA82 (or 0xE4FA82) is known color: Tidal. HEX triplet: E4, FA and 82. RGB value is (228,250,130). Sum of RGB (Red+Green+Blue) = 228+250+130=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 130 (51.17% from 255 or 21.38% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FA82 is #1B057D. Grayscale: #E6E6E6. Windows color (decimal): -1770878 or 8583908. OLE color: 8583908.

HSL color Cylindrical-coordinate representation of color #E4FA82: hue angle of 71º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4FA82 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 250 130 -
CMYK 0.09 0 0.48 0.02
HSL 71º 0.92% 0.75% -
HSV(B) 71º 0.48% 0.98% -
XYZ 70.21 86.48 34.11 -
YUV 229.74 71.71 126.76 -
System Red Green Blue C M Y K H S L
Decimal 228 250 130 0.09 0 0.48 0.02 71 0.92 0.75
Hex E4 FA 82 9 0 30 2 47 5C 4B
Octal 344 372 202 11 0 60 2 107 134 113
Binary 11100100 11111010 10000010 1001 0 110000 10 1000111 1011100 1001011

Color Harmonies of #E4FA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4FA82

Black with #E4FA82

Text Example


Text Example

White with #E4FA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4FA82; }

 p { color: rgb(228,250,130); }

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

background-color css

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

 a { background-color: rgb(228,250,130); }

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

border-color css

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

 span { border-color: rgb(228,250,130); }

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