Html Css Color HEX #E6F282 Tidal

📋 copy color: '#E6F282'

red 230 ◦ green 242 ◦ blue 130

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

Shades of Tidal #E6F282

Tints of Tidal #E6F282

RGB

 RED value IS 230 (90.23% from 255) = 38.21%

 GREEN value IS 242 (94.92% from 255) = 40.2%

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

R = 38.21%
G = 40.2%
B = 21.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#E6F282 (or 0xE6F282) is known color: Tidal. HEX triplet: E6, F2 and 82. RGB value is (230,242,130). Sum of RGB (Red+Green+Blue) = 230+242+130=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F282 is #190D7D. Grayscale: #E2E2E2. Windows color (decimal): -1641854 or 8581862. OLE color: 8581862.

HSL color Cylindrical-coordinate representation of color #E6F282: hue angle of 66.43º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6F282 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 242 130 -
CMYK 0.05 0 0.46 0.05
HSL 66.43º 0.81% 0.73% -
HSV(B) 66.43º 0.46% 0.95% -
XYZ 68.41 81.94 33.33 -
YUV 225.64 74.02 131.11 -
System Red Green Blue C M Y K H S L
Decimal 230 242 130 0.05 0 0.46 0.05 66.43 0.81 0.73
Hex E6 F2 82 5 0 2E 5 42 51 49
Octal 346 362 202 5 0 56 5 102 121 111
Binary 11100110 11110010 10000010 101 0 101110 101 1000010 1010001 1001001

Color Harmonies of #E6F282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F282

Black with #E6F282

Text Example


Text Example

White with #E6F282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F282; }

 p { color: rgb(230,242,130); }

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

background-color css

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

 a { background-color: rgb(230,242,130); }

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

border-color css

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

 span { border-color: rgb(230,242,130); }

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