Html Css Color HEX #E2F982 Tidal

📋 copy color: '#E2F982'

red 226 ◦ green 249 ◦ blue 130

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

Shades of Tidal #E2F982

Tints of Tidal #E2F982

RGB

 RED value IS 226 (88.67% from 255) = 37.36%

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

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

R = 37.36%
G = 41.16%
B = 21.49%

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

#E2F982 (or 0xE2F982) is known color: Tidal. HEX triplet: E2, F9 and 82. RGB value is (226,249,130). Sum of RGB (Red+Green+Blue) = 226+249+130=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 130 (51.17% from 255 or 21.49% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F982 is #1D067D. Grayscale: #E5E5E5. Windows color (decimal): -1902206 or 8583650. OLE color: 8583650.

HSL color Cylindrical-coordinate representation of color #E2F982: hue angle of 71.6º 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 #E2F982 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 249 130 -
CMYK 0.09 0 0.48 0.02
HSL 71.6º 0.91% 0.74% -
HSV(B) 71.6º 0.48% 0.98% -
XYZ 69.27 85.53 33.98 -
YUV 228.56 72.38 126.18 -
System Red Green Blue C M Y K H S L
Decimal 226 249 130 0.09 0 0.48 0.02 71.6 0.91 0.74
Hex E2 F9 82 9 0 30 2 48 5B 4A
Octal 342 371 202 11 0 60 2 110 133 112
Binary 11100010 11111001 10000010 1001 0 110000 10 1001000 1011011 1001010

Color Harmonies of #E2F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F982

Black with #E2F982

Text Example


Text Example

White with #E2F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F982; }

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

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

background-color css

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

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

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

border-color css

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

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

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