Html Css Color HEX #E6F780 Tidal

📋 copy color: '#E6F780'

red 230 ◦ green 247 ◦ blue 128

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

Shades of Tidal #E6F780

Tints of Tidal #E6F780

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.83%

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

R = 38.02%
G = 40.83%
B = 21.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#E6F780 (or 0xE6F780) is known color: Tidal. HEX triplet: E6, F7 and 80. RGB value is (230,247,128). Sum of RGB (Red+Green+Blue) = 230+247+128=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #E6F780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F780 is #19087F. Grayscale: #E4E4E4. Windows color (decimal): -1640576 or 8452070. OLE color: 8452070.

HSL color Cylindrical-coordinate representation of color #E6F780: hue angle of 68.57º degrees, saturation: 0.88, 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 #E6F780 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 247 128 -
CMYK 0.07 0 0.48 0.03
HSL 68.57º 0.88% 0.74% -
HSV(B) 68.57º 0.48% 0.97% -
XYZ 69.79 84.9 33.13 -
YUV 228.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 230 247 128 0.07 0 0.48 0.03 68.57 0.88 0.74
Hex E6 F7 80 7 0 30 3 45 58 4A
Octal 346 367 200 7 0 60 3 105 130 112
Binary 11100110 11110111 10000000 111 0 110000 11 1000101 1011000 1001010

Color Harmonies of #E6F780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F780

Black with #E6F780

Text Example


Text Example

White with #E6F780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F780; }

 p { color: rgb(230,247,128); }

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

background-color css

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

 a { background-color: rgb(230,247,128); }

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

border-color css

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

 span { border-color: rgb(230,247,128); }

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