Html Css Color HEX #E8F982 Tidal

📋 copy color: '#E8F982'

red 232 ◦ green 249 ◦ blue 130

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

Shades of Tidal #E8F982

Tints of Tidal #E8F982

RGB

 RED value IS 232 (91.02% from 255) = 37.97%

 GREEN value IS 249 (97.66% from 255) = 40.75%

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

R = 37.97%
G = 40.75%
B = 21.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#E8F982 (or 0xE8F982) is known color: Tidal. HEX triplet: E8, F9 and 82. RGB value is (232,249,130). Sum of RGB (Red+Green+Blue) = 232+249+130=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 130 (51.17% from 255 or 21.28% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #E8F982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F982 is #17067D. Grayscale: #E6E6E6. Windows color (decimal): -1508990 or 8583656. OLE color: 8583656.

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

Color convert

RGB 232 249 130 -
CMYK 0.07 0 0.48 0.02
HSL 68.57º 0.91% 0.74% -
HSV(B) 68.57º 0.48% 0.98% -
XYZ 71.18 86.52 34.07 -
YUV 230.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 232 249 130 0.07 0 0.48 0.02 68.57 0.91 0.74
Hex E8 F9 82 7 0 30 2 45 5B 4A
Octal 350 371 202 7 0 60 2 105 133 112
Binary 11101000 11111001 10000010 111 0 110000 10 1000101 1011011 1001010

Color Harmonies of #E8F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8F982

Black with #E8F982

Text Example


Text Example

White with #E8F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8F982; }

 p { color: rgb(232,249,130); }

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

background-color css

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

 a { background-color: rgb(232,249,130); }

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

border-color css

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

 span { border-color: rgb(232,249,130); }

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